virtual ~CallContext();
None.
Destructor.
If the context state is CallInProgress
, the associated asynchronous process is canceled.
If the DeleteOnCompletion
flag is set, the destructor is called automatically when the asynchronous process that is using this CallContext
completes.
CONFIDENTIAL