Discuss this help topic in SecureBlackbox Forum

TElCustomSessionManager.Sessions

TElCustomSessionManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The list of stored sessions.

Declaration

[C#]
    TElSAMLSession Sessions[int Index];

[VB.NET]
    Property Sessions(ByVal Index As Integer) As TElSAMLSession

[Pascal]
    property Sessions[Index : integer] : TElSAMLSession;

[C++]
    TElSAMLSession* get_Sessions(int32_t Index);

[PHP]
    TElSAMLSession get_Sessions(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

Use this property to get the desired session from the list.

See also:     Count     Add     Remove    

Discuss this help topic in SecureBlackbox Forum