OperationExtensions Class
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.
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
Azure SDK for .NET