EMS.Services.TEMSInternalAPI.QueryModules

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 QueryModules(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryModules(const TQueryParams AQuery);

Description

Retrieves the EMS Edge modules from the EMS Server using the query parameters.

QueryModules 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.

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

See Also