Datasnap.DSSession.TDSTunnelService.GetSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSession(const SessionId: string): TDSTunnelSession;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

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.

See Also