EMS.Services.TEMSInternalAPI.UnregisterModule

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 UnregisterModule(const AModuleName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
function UnregisterModule(const AModuleName: string): Boolean; overload;

C++

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

Description

Deletes a particular EMS Edge Module from the EMS Server.

UnregisterModule unregisters the given AModuleName from the EMS Server.

The UnregisterModule method is overloaded. UnregisterModule uses the AResponse parameter to read the request response from the EMS Server.

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

See Also