RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebSessionIDs Interface

IWebSessionIDs lists the session IDs for all sessions that TSessionsService stores in memory.

Pascal
IWebSessionIDs = interface;
C++
__interface IWebSessionIDs;

Use IWebSessionIDs to obtain the session IDs for all the sessions in a sessions service.

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!