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

OperationExtensions Class

Definition

The set of extension methods for the subclasses of Operation<T>.

public static class OperationExtensions
type OperationExtensions = class
Public Module OperationExtensions
Inheritance
OperationExtensions

Methods

Name Description
WaitForCompletionAsync(Task<CopyModelOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<CreateComposedModelOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<RecognizeBusinessCardsOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<RecognizeContentOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<RecognizeCustomFormsOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<RecognizeInvoicesOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<RecognizeReceiptsOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

WaitForCompletionAsync(Task<TrainingOperation>, CancellationToken)

Periodically calls the server until the long-running operation completes.

Applies to