| Package | Description |
|---|---|
| com.azure.core.util.polling |
Package containing API for long running operations.
|
| Modifier and Type | Method and Description |
|---|---|
PollResponse<T> |
PollingContext.getActivationResponse() |
PollResponse<T> |
PollingContext.getLatestResponse() |
PollResponse<T> |
SyncPoller.poll()
Poll once and return the poll response received.
|
PollResponse<T> |
SyncPoller.waitForCompletion()
Wait for polling to complete.
|
PollResponse<T> |
SyncPoller.waitForCompletion(Duration timeout)
Wait for polling to complete with a timeout.
|
PollResponse<T> |
SyncPoller.waitUntil(Duration timeout,
LongRunningOperationStatus statusToWaitFor)
Wait for the given
LongRunningOperationStatus. |
PollResponse<T> |
SyncPoller.waitUntil(LongRunningOperationStatus statusToWaitFor)
Wait for the given
LongRunningOperationStatus to receive. |
Copyright © 2020 Microsoft Corporation. All rights reserved.