Share via


AbstractiveSummarizeOperation.UpdateStatus(CancellationToken) Method

Definition

Updates the status of the long-running 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

The CancellationToken controlling the lifetime of the request.

Returns

The HTTP response received from the server.

Remarks

This operation will update the value returned by GetRawResponse() and might also update HasCompleted, HasValue, and Value.

Applies to