EMS.Services.TEMSInternalAPI.QueryModuleResources

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: TEMSInternalAPI

Delphi

function QueryModuleResources(const AQuery: TQueryParams): IEMSResourceResponseContent; overload;
function QueryModuleResources(const AModuleName: string; const AQuery: TQueryParams): IEMSResourceResponseContent; overload;

C++

_di_IEMSResourceResponseContent __fastcall QueryModuleResources(const TQueryParams AQuery)/* overload */;
_di_IEMSResourceResponseContent __fastcall QueryModuleResources(const System::UnicodeString AModuleName, const TQueryParams AQuery)/* overload */;

Description

Retrieves the EMS Edge module resources from the EMS Server using the query parameters.

QueryModuleResources queries the EMS EdgeModules resource in the EMS Server by using the AQuery parameters. If the AQuery parameters are empty, the response from the EMS Server returns all the data unfiltered and unordered.

The QueryModuleResources method is overloaded. QueryModuleResources receives the following parameters:

QueryModuleResources returns an IEMSResourceResponseContent to read the response from the resource.

See Also