ClickSendSmsClient.SendMmsAsync(SendMmsInput, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send MMS
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsResponse> SendMmsAsync(Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member SendMmsAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsResponse>
override this.SendMmsAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendMmsResponse>
Public Overridable Function SendMmsAsync (input As SendMmsInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SendMmsResponse)
Parameters
- input
- SendMmsInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Send MMS response.
Remarks
Send MMS