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

 

Sessions.CloseSession(SessionObject As Session)

 

Sessions.CloseSession(SessionName As String)

 

C#

 

Sessions.CloseSession(Session sessionObject);

 

Sessions.CloseSession(string sessionName);

 

 

Parameters

 

Parameters

Description

SessionObject

The Session to close.

SessionName

The SessionName of the Session to close.