Datasnap.DSProxyRest.TDSAdminRestClient.ClearSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure ClearSession;

C++

void __fastcall ClearSession();

Description

Executes the 'DSAdmin.ClearSession' command.

The ClearSession method executes the 'DSAdmin.ClearSession' command through a 'GET' request.

See Also