virtual ~Callback();
None.
Destructor.
The destructor is called automatically after the callback function runs when the asynchronous process ends, so do not explicitly call the destructor if CallContext::RegisterCompletionCallback
has been set. (This restriction does not apply if the callback runs only when the asynchronous process succeeds.)
CONFIDENTIAL