EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSessionPool.Timeout

TElSessionPool     See also    


 

Specifies the lifetime of sessions.

 
 

Declaration

[C#]
    int Timeout;

[VB.NET]
    Property Timeout As Integer

[Pascal]
    property Timeout : longword;

[VB6]
    Property IElSessionPoolX.Timeout As Long

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

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

Parameters

  • [DLL]handle - handle to the TElSessionPool object that was returned by Constructor
  • Timeout - The value (in milliseconds) of session lifetime since last call to it
 
 

Description

    This property defines how long the inactive session stays in TElSessionPool. Inactive means that it were no re-connections made to this session for certain period of time.

    The check up of timeout is done every Interval milliseconds.

 
 

See also:     Interval    

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