Discuss this help topic in SecureBlackbox Forum

TElSessionPool.Interval

TElSessionPool     See also     


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


Specifies the interval of session information refresh.

Declaration

[C#]
    int Interval;

[VB.NET]
    Property Interval As Integer

[Pascal]
    property Interval : longword;

[C++]
    int32_t get_Interval();
    void set_Interval(int32_t Value);

[PHP]
    integer get_Interval()
    void set_Interval(integer $Value)

[Java]
    int getInterval();
    void setInterval(int Interval);

Parameters

  • Interval -

Description

    This property defines how often the check-up of TElSessionPool contents to match Timeout and MaxCount properties is provided.

    The check up is made every Interval milliseconds.
    Setting this property to very small values is not desirable due to degradation of perfomance of TElSessionPool.

See also:     Timeout     MaxCount    

Discuss this help topic in SecureBlackbox Forum