Datasnap.DSProxyRest.TDSAdminRestClient.ClearSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSession;

C++

void __fastcall ClearSession();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSProxyRest.pas
Datasnap.DSProxyRest.hpp
Datasnap.DSProxyRest TDSAdminRestClient

Description

Executes the 'DSAdmin.ClearSession' command.

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

See Also