Share via


EmailSendOperation.UpdateStatus(CancellationToken) Method

Definition

Check for the latest status of the email send operation.

public override Azure.Response UpdateStatus (System.Threading.CancellationToken cancellationToken = default);
override this.UpdateStatus : System.Threading.CancellationToken -> Azure.Response
Public Overrides Function UpdateStatus (Optional cancellationToken As CancellationToken = Nothing) As 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