RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISessionsService Interface

ISessionsService is the interface for controlling a TSessionsService object.

Pascal
ISessionsService = interface;
C++
__interface ISessionsService;

SiteComp

The TSessionsService component implements ISessionsService. Most applications do not need to use this interface directly. Instead, the TWebAppComponents component uses this interface to drive the orderly management of sessions. In addition, Web session objects (TWebSession) use this interface to update the sessions service when they are terminated.

Note: In C++, method declarations that use ISessionsService use the _di_ISessionsService type instead. This type is a DelphiInterface wrapper around the ISessionsService interface:
Note: typedef System::DelphiInterface< ISessionsService > _di_ISessionsService;
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!