Class AsyncOperation (2.14.0)

Represents a pending asynchronous operation.

It can either be a simple RPC, or a more complex operation involving potentially many RPCs, sleeping and processing.

Functions

Cancel()

Requests that the operation be canceled.

Returns
Type Description
void