See: Description
| Interface | Description |
|---|---|
| SyncPoller<T,U> |
A type that offers API that simplifies the task of executing long-running operations against
an Azure service.
|
| Class | Description |
|---|---|
| AsyncPollResponse<T,U> |
AsyncPollResponse represents an event emitted by the
PollerFlux that asynchronously polls
a long-running operation (LRO). |
| LongRunningOperationStatus |
An enum to represent all possible states that a long-running operation may find itself in.
|
| PollerFlux<T,U> |
A Flux that simplifies the task of executing long running operations against an Azure service.
|
| PollingContext<T> |
A key/value store that is propagated between various poll related operations associated with
PollerFlux and SyncPoller poller. |
| PollResponse<T> |
PollResponse represents a single response from a service for a long-running polling operation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.