{CompanyName} FlexyGo

SmsService..::..SendAsync Method

This method should send the message

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public Task SendAsync(
	IdentityMessage message
)
Public Function SendAsync ( _
	message As IdentityMessage _
) As Task

Parameters

message
Type: IdentityMessage
The message.

Return Value

Task.