DocumentTranslationOperation.UpdateStatus(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the server to get updated 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
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET