SmsClient.OnAuthorizationFailed Method

Routee SMSClient

SmsClientOnAuthorizationFailed Method

Raises the [E:AuthorizationFailed] event.

Namespace:  RouteeSMSClient
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
protected virtual void OnAuthorizationFailed(
	SMSEventArgs e
)

Parameters

e
Type: SMSInterfaces.BaseSMSEventArgs
The SMSEventArgs instance containing the event data.
See Also