EMS.Services.TEMSInternalAPI.UnregisterModule
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 メソッドはオーバーロードされています。UnregisterModule の AResponse パラメータを使って、要求に対する EMS サーバーからの応答を読み取ることができます。
UnregisterModule は、EMS サーバー内に AModuleName が見つからなければ False を返します。