你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResultFuture Class
The result of an asynchronous operation.
private constructor
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()