Datasnap.DSSession.TDSSessionManager.ClearThreadSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

class procedure ClearThreadSession;

C++

__classmethod void __fastcall ClearThreadSession();

Description

Removes any session set to be the session for the current thread.

The ClearThreadSession method is used to remove any session set to be the session for the current thread.

See Also