Datasnap.DSSession.TDSSessionManager.SetAsThreadSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure SetAsThreadSession(Session: TDSSession);

C++

__classmethod void __fastcall SetAsThreadSession(TDSSession* Session);

Properties

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

Description

Sets the given session as the session for the thread calling this method.

The SetAsThreadSession method is used to set the given session as the session for the thread calling this method.

See Also