EMS.Services.TEMSInternalAPI.UnregisterModuleResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnregisterModuleResource(const AModuleName, AResourceName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
function UnregisterModuleResource(const AModuleName, AResourceName: string): Boolean; overload;

C++

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

Properties

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

Description

Unregisters a particular resource of an EMS Edge module from the EMS Server.

UnregisterModuleResource unregisters the given AResourceName of the AModuleName from the EMS Server.

The UnregisterModuleResource method is overloaded. UnregisterModuleResource uses the AResponse parameter to put the request response from the EMS Server.

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

See Also