Show / Hide Table of Contents

Class SmsSenderExtensions

Inheritance
System.Object
SmsSenderExtensions
Namespace: Volo.Abp.Sms
Assembly: Volo.Abp.Sms.dll
Syntax
public static class SmsSenderExtensions : object

Methods

SendAsync(ISmsSender, String, String)

Declaration
public static Task SendAsync(this ISmsSender smsSender, string phoneNumber, string text)
Parameters
Type Name Description
ISmsSender smsSender
System.String phoneNumber
System.String text
Returns
Type Description
Task
Back to top Powered by Volosoft