EMS.Services.TEMSInternalAPI.RetrieveModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RetrieveModule(const AModuleName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;

C++

bool __fastcall RetrieveModule(const System::UnicodeString AModuleName, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

Description

Retrieves a particular EMS Edge Module from the EMS Server.

RetrieveModule retrieves the data of the given AModuleName from the EMS Server and puts the response from the server in AResponse.

RetrieveModule returns False if the AModuleName is not found in the EMS Server.

See Also