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

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