virtual ~Session();
None.
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.
CONFIDENTIAL