ISmsClient.SendSmsAsync Method

Routee SMSClient

ISmsClientSendSmsAsync Method

Sends the SMS asynchronous.

Namespace:  SMSInterfaces.Interfaces
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
Task<ISmsClientResult> SendSmsAsync(
	string recipientNumber,
	string message
)

Parameters

recipientNumber
Type: SystemString
The recipient number.
message
Type: SystemString
The message.

Return Value

Type: TaskISmsClientResult
See Also