你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnalyzeDocumentOperation.UpdateStatusAsync(CancellationToken) Method

Definition

Calls the server to get updated status of the long-running 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 used for the service call.

Returns

The HTTP response received from the server.

Remarks

This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value.

Applies to