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()
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python