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()
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python