EMS.Services.TEMSInternalAPI.RetrieveModule
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: TEMSInternalAPI |
Delphi
function RetrieveModule(const AModuleName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
C++
bool __fastcall RetrieveModule(const System::UnicodeString AModuleName, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;
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.