polling Package
Modules
| poller |
Classes
| AsyncNoPolling |
An empty async poller that returns the deserialized initial response. |
| AsyncPollingMethod |
ABC class for polling method. |
| LROPoller |
Poller for long running operations. |
| NoPolling |
An empty poller that returns the deserialized initial response. |
| PollingMethod |
ABC class for polling method. |
Functions
async_poller
Async Poller for long running operations.
async async_poller(client, initial_response, deserialization_callback, polling_method)
Parameters
- client
- ServiceClient
Required
A msrest service client. Can be a SDK client and it will be casted to a ServiceClient.
Required
A callback that takes a Response and return a deserialized object. If a subclass of Model is given, this passes "deserialize" as callback.
Feedback
Submit and view feedback for