Datasnap.DSSession.TDSTunnelService.GetSession
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSTunnelService |
Delphi
function GetSession(const SessionId: string): TDSTunnelSession;
C++
TDSTunnelSession* __fastcall GetSession(const System::UnicodeString SessionId);
Description
Returns the tunnel session object based on its identifier.
The GetSession method returns the tunnel session object identified through the ID specified by the SessionID parameter.