nn::nex::Session::~Session Destructor

Syntax

virtual ~Session();

Parameters

None.

Description

Automatically destroys an instance of the Session class. Users should not call this destructor.

An instance of the Session class is automatically executed when a NetZ instance is destroyed. Therefore, if you want to leave a session currently being joined in and join another session, you must first destroy the NetZ object instance and then create a new NetZ object.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL