| Package | Description |
|---|---|
| com.azure.core.util.polling |
Package containing API for long running operations.
|
| Modifier and Type | Method and Description |
|---|---|
PollResponse<T> |
Poller.block()
Blocks execution and wait for polling to complete.
|
PollResponse<T> |
Poller.block(Duration timeout)
Blocks execution and wait for polling to complete.
|
PollResponse<T> |
Poller.blockUntil(PollResponse.OperationStatus statusToBlockFor)
Blocks indefinitely until given
PollResponse.OperationStatus is received. |
PollResponse<T> |
Poller.blockUntil(PollResponse.OperationStatus statusToBlockFor,
Duration timeout)
Blocks until given
statusToBlockFor is received or the timeout elapses. |
Copyright © 2019 Microsoft Corporation. All rights reserved.