EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSessionPool.Interval

TElSessionPool     See also    


 

Specifies the interval of session information refresh.

 
 

Declaration

[C#]
    int Interval;

[VB.NET]
    Property Interval As Integer

[Pascal]
    property Interval : longword;

[VB6]
    Property IElSessionPoolX.Interval As Long

[ActiveX]
    HRESULT _stdcall IElSessionPoolX.Interval([out, retval] long * Value);
    HRESULT _stdcall IElSessionPoolX.Timeout([in] long Value);

[DLL]
    __stdcall BOOL SBSessionPoolSetInterval(HANDLE handle, int Timeout);
 
 

Parameters

  • [DLL]handle - handle to the TElSessionPool object that was returned by Constructor
  • Timeout - The value (in milliseconds) of session refresh 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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation