ISmsClient Interface

Routee SMSClient

ISmsClient Interface

Namespace:  SMSInterfaces.Interfaces
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
public interface ISmsClient

The ISmsClient type exposes the following members.

Methods
  NameDescription
Public methodSendSmsAsync
Sends the SMS asynchronous.
Public methodTrackSmsAsync
Tracks the SMS asynchronous.
Top
Events
  NameDescription
Public eventSmSfailed
Occurs when [on sms failed].
Public eventSmsSent
Occurs when [on SMS sent].
Top
See Also