Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
Represents a pending asynchronous operation. More...
#include <google/cloud/async_operation.h>
Public Member Functions | |
virtual | ~AsyncOperation ()=default |
virtual void | Cancel ()=0 |
Requests that the operation be canceled. More... | |
Represents a pending asynchronous operation.
It can either be a simple RPC, or a more complex operation involving potentially many RPCs, sleeping and processing.
|
virtualdefault |
|
pure virtual |
Requests that the operation be canceled.