CloseSession

Top  Previous  Next

Closes an OhioSession object. The OhioSession is considered invalid and is removed from the list of OhioSession objects. You can use this methods with the following syntaxes:

 

Visual Basic Syntax

 

Manager.CloseSession(SessionObject As TTnbOhioSession)

 

Manager.CloseSession(SessionName As String)

 

Delphi Syntax

 

Manager.CloseSession(SessionObject:TTnbOhioSession);

 

Manager.CloseSession(SessionName:string);

 

 

Parameters

 

Parameters

Description

SessionObject

The OhioSession to close.

SessionName

The SessionName of the OhioSession to close.