Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.SendSMS.SendSMS.GetSMSProcessorAsync Method

Retrieves the installed SMS provider.

Class: YetaWF.Core.Support.SendSMS.SendSMS
Namespace: YetaWF.Core.Support.SendSMS
Assembly: YetaWF.Core

Syntax

public static Task<ISendSMS> GetSMSProcessorAsync();

Return Value

Returns a ISendSMS interface provided by the SMS provider.

Remarks

There is only one active SMS provider.

If no SMS provider is available, an error exception occurs.

See Also YetaWF.Core.Support.SendSMS.SendSMS ClassYetaWF.Core Overview