ISmsClient.TrackSmsAsync Method

Routee SMSClient

ISmsClientTrackSmsAsync Method

Tracks the SMS asynchronous.

Namespace:  SMSInterfaces.Interfaces
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
Task<ITrackingInfo> TrackSmsAsync(
	string messageId
)

Parameters

messageId
Type: SystemString
The message identifier.

Return Value

Type: TaskITrackingInfo
See Also