EMS.Services.TEMSInternalAPI.RetrieveModule
Delphi
function RetrieveModule(const AModuleName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
C++
bool __fastcall RetrieveModule(const System::UnicodeString AModuleName, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | EMS.Services.pas EMS.Services.hpp |
EMS.Services | TEMSInternalAPI |
説明
特定の EMS エッジモジュールを EMS サーバーから取得します。
RetrieveModule は、指定された AModuleName のデータを EMS サーバーから取得し、サーバーからの応答を AResponse に設定して返します。
RetrieveModule は、EMS サーバー内に AModuleName が見つからなければ False を返します。