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
Sessions.CloseSession(SessionObject As TTnbOhioSession)
Sessions.CloseSession(SessionName As String)
Delphi Syntax
Sessions.CloseSession(SessionObject:TTnbOhioSession);
Sessions.CloseSession(SessionName:string);
Parameters
|