/
Get Session Method

Get Session Method


Retrieve a list of active sessions.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax


C#
[ComVisibleAttribute(false)]
public List<ISessionInfo> GetSessions()
Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Function GetSessions As List(Of ISessionInfo)
Visual C++
[ComVisibleAttribute(false)]
public:
virtual List<ISessionInfo^>^ GetSessions() sealed
JavaScript
function GetSessions();

Return Value

A list of objects.

Implements

IApplication..GetSessions()

Remarks

This method is a wrapper around the GetSessions(ref string, out int) method, that lets you avoid parsing the string of session information.

See Also


Send comments on this topic to: Jolly Giant Software


Copyright 2009 by Jolly Giant Software, Inc.


Related content

Get.Session.Method
Get.Session.Method
More like this
IApplication.GetSession Method
IApplication.GetSession Method
More like this
IApplication.GetSessions.Method
IApplication.GetSessions.Method
More like this
ISessionInfo Interface
ISessionInfo Interface
More like this
Get Session Method (String. Int32)
Get Session Method (String. Int32)
More like this
ISessionInfo_Interface
ISessionInfo_Interface
More like this