Class AsyncOperation (2.23.0-rc)

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
TypeDescription
void