Datasnap.DSSession.TDSSessionManager.GetThreadSession

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionManager

Delphi

class function GetThreadSession: TDSSession;

C++

__classmethod TDSSession* __fastcall GetThreadSession();

Description

Returns the session for the current thread.

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

See Also