CloseSession |
Top Previous Next |
Closes an Session object. The Session is considered invalid and is removed from the list of Session objects. You can use this methods with the following syntaxes:
VB.NET
OhioManager.CloseSession(SessionObject As Session)
OhioManager.CloseSession(SessionName As String)
C#
OhioManager.CloseSession(Session sessionObject);
OhioManager.CloseSession(string sessionName);
Parameters
|