ClickSendSmsClient.SendFaxAsync(SendFaxInput, 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 Fax
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxResponse> SendFaxAsync(Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member SendFaxAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxResponse>
override this.SendFaxAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendFaxResponse>
Public Overridable Function SendFaxAsync (input As SendFaxInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SendFaxResponse)
Parameters
- input
- SendFaxInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Send Fax response.
Remarks
Send Fax