EMS.Services.TEMSInternalAPI.UnregisterModule

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

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