nn::nex::CallContext::~CallContext Destructor

Syntax

virtual ~CallContext();

Parameters

None.

Description

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.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL