EMS.Services.TEMSInternalAPI.RetrieveInstallation

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

Delphi

function RetrieveInstallation(const AInstallationID: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;

C++

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

プロパティ

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


説明

指定された EMS インストール識別子からフィールド データを取得します。

RetrieveInstallation では、AInstallationID で特定されるフィールド データを EMS サーバーから取得します。RetrieveInstallation では、リソースからの応答を AResponse パラメータに格納します。

要求に対する応答のステータス コードが 404(EMS インストールが見つからない)の場合、RetrieveInstallationFalse を返します。そうでない場合、RetrieveInstallationTrue を返します。

関連項目