ClickSendSmsClient.SendFaxAsync(SendFaxInput, CancellationToken) Method

Definition

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

Applies to