Datasnap.DSProxyRest.TDSAdminRestClient.DescribeMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DescribeMethod(ServerMethodName: string): TJSONObject;

C++

System::Json::TJSONObject* __fastcall DescribeMethod(System::UnicodeString ServerMethodName);

Properties

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

Description

Executes the 'DSAdmin.DescribeMethod' command.

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

The ServerMethodName parameter specifies the name of the server method to describe.

See Also