[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

C#
public class SmsHostWs
Visual Basic (Declaration)
Public Class SmsHostWs
Visual C++
public ref class SmsHostWs

The type exposes the following methods.

Public Methods

  NameDescription
Public methodDisposeOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQuerySm
Возвращает состояние сообщений, ранее отправленных с помощью метода SumbitSm(Collection<(Of <WsSubmitSm>)>)
Public methodSumbitSm
Отправляет коллекцию одиночных сообщений
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)

Protected Methods

  NameDescription
Protected methodDisposeOverloaded.
Protected methodFinalize
[To be supplied.]
(Inherited from MarshalByValueComponent.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

See Also