Share via


EmailSendOperation.UpdateStatusAsync(CancellationToken) Method

Definition

Check for the latest status of the email send operation.

public override System.Threading.Tasks.ValueTask<Azure.Response> UpdateStatusAsync (System.Threading.CancellationToken cancellationToken = default);
override this.UpdateStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Azure.Response>
Public Overrides Function UpdateStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of Response)

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The HTTP response received from the server.

Exceptions

Thrown if there's been any issues during the connection, or if the operation has completed with failures.

Applies to