Datasnap.DSProxyRest.TDSAdminRestClient.DescribeMethod

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DescribeMethod(ServerMethodName: string): TJSONObject;

C++

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

Propriétés

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

Description

Exécute la commande 'DSAdmin.DescribeMethod'.

La méthode DescribeMethod exécute la commande 'DSAdmin.DescribeMethod' par une requête 'GET'.

Le paramètre ServerMethodName spécifie le nom de la méthode serveur à décrire.

Voir aussi