EMS.Services.TEMSInternalAPI.UnregisterModule

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

特定の EMS エッジモジュールを EMS サーバーから削除します。

UnregisterModule は、指定された AModuleName を EMS サーバーから登録解除します。

UnregisterModule メソッドはオーバーロードされています。UnregisterModuleAResponse パラメータを使って、要求に対する EMS サーバーからの応答を読み取ることができます。

UnregisterModule は、EMS サーバー内に AModuleName が見つからなければ False を返します。

関連項目