Datasnap.DSSession.TDSTunnelService.GetSession

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSession(const SessionId: string): TDSTunnelSession;

C++

TDSTunnelSession* __fastcall GetSession(const System::UnicodeString SessionId);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

Beschreibung

Gibt das Tunnelsitzungs-Objekt auf Basis seines Bezeichners zurück.

Die GetSession-Methode gibt das Tunnelsitzungs-Objekt zurück, das durch die von dem SessionID-Parameter angegebene ID identifiziert wird.

Siehe auch