/
IApplication.GetSession Method
IApplication.GetSession 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)] List<ISessionInfo> GetSessions() |
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(False)> _ Function GetSessions As List(Of ISessionInfo) |
Visual C++ |
---|
[ComVisibleAttribute(false)] List<ISessionInfo^>^ GetSessions() |
JavaScript |
---|
function GetSessions(); |
Return Value
A list of objects.See Also
, multiple selections available,
Related content
IApplication.GetSessions.Method
IApplication.GetSessions.Method
More like this
Get.Session.Method
Get.Session.Method
More like this
Get Session Method
Get Session Method
More like this
IApplication.GetSession Method (String, int32)
IApplication.GetSession Method (String, int32)
More like this
ISessionInfo Interface
ISessionInfo Interface
More like this
IApplication.GetSessions Method (String, Int32)
IApplication.GetSessions Method (String, Int32)
More like this