EMS.Services.TEMSInternalAPI.RetrieveModuleResource
Delphi
function RetrieveModuleResource(const AModuleName, AResourceName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
C++
bool __fastcall RetrieveModuleResource(const System::UnicodeString AModuleName, const System::UnicodeString AResourceName, /* 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 resource of a EMS Edge Module from the EMS Server.
RetrieveModuleResource retrieves the information of a particular AResourceName
from the EMS Server and puts the response from the server in the AResponse
.
RetrieveModuleResource receives the following parameters:
AModuleName
is the EMS EdgeModules Resource to retrieve the EMS modules resource from.AResourceName
is the resource name of theAModuleName
.
RetrieveModuleResource returns False
if the AResourceName
is not found in the EMS Server.