ResultFuture Class
The result of an asynchronous operation.
private constructor
- Inheritance
-
builtins.objectResultFuture
Constructor
ResultFuture(async_handle, get_function: Callable[[c_void_p], c_void_p], wrapped_type)
Parameters
Name | Description |
---|---|
async_handle
Required
|
|
get_function
Required
|
|
wrapped_type
Required
|
|
Methods
get |
Waits until the result is available, and returns it. |
get
Waits until the result is available, and returns it.
get()
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python