EMS.Services.TEMSInternalAPI.QueryInstallations

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function QueryInstallations(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryInstallations(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


Beschreibung

Ruft die EMS-Installationen vom EMS-Server anhand von Abfrageparametern ab.

QueryInstallations führt eine Abfrage der Ressource EMS-Installationen auf dem EMS-Server anhand von AQuery-Parametern durch. Wenn die AQuery-Parameter leer sind, gibt das Antwortergebnis vom EMS-Server alle Informationen ungefiltert und unsortiert zurück.

QueryInstallations gibt einen IEMSResourceResponseContent zum Lesen der Antwort aus der Ressource zurück.

Siehe auch