Datasnap.DSSession.TDSSessionManager.GetThreadSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetThreadSession: TDSSession;

C++

__classmethod TDSSession* __fastcall GetThreadSession();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionManager

Description

Returns the session for the current thread.

The GetThreadSession method is used to return the session for the current thread.

See Also