nn::nex::Callback::~Callback Destructor

Syntax

virtual ~Callback();

Parameters

None.

Description

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.)

Revision History

2011/01/28
Initial version.

CONFIDENTIAL