Datasnap.DSSession.TDSSessionManager.ClearThreadSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ClearThreadSession;

C++

__classmethod void __fastcall ClearThreadSession();

Properties

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

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