EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.SessionPool

TElSecureServer     See also    


 

Specifies the session pool where information about established sessions is stored.

 
 

Declaration

[C#]
    TElSessionPool SessionPool;

[VB.NET]
    Property SessionPool As TElSessionPool

[Pascal]
    property SessionPool : TElSessionPool;

[VB6]
    Property IElSecureServerX.SessionPool As TElSessionPoolX

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

[DLL]
    __stdcall BOOL SBServerSetSessionPool(HANDLE handle, HANDLE PoolHandle );
 
 

Parameters

  • [DLL]handle - handle to the TElSecureServer object that was returned by Constructor
  • [DLL]PoolHandle - handle to the TElSessionPool object that was returned by Constructor
 
 

Description

    This property defines the storage where TElSecureServer should store information about established sessions. You can use many TElSecureServer components to access one TElSessionPool object. Session pool is used to let the clients join and resume sessions.

 
 

See also:     TElSessionPool    

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