EMS.Services.TEMSInternalAPI.RetrieveGroup

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

Delphi

function RetrieveGroup(const AGroupName: string; out AResponse: IEMSResourceResponseContent): Boolean;

C++

bool __fastcall RetrieveGroup(const System::UnicodeString AGroupName, /* out */ _di_IEMSResourceResponseContent &AResponse);

プロパティ

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


説明

指定された EMS Group について、EMS Server からフィールド データを取得します。


RetrieveGroup は、AGroupName のフィールド データを、EMS Server から取得します。 RetrieveGroup メソッドは、リソースからのレスポンスを、AResponse パラメータに入れます。


RetrieveGroup は、レスポンス リクエスト ステータス コードが 404(EMS Group が みつからない)の場合、False を返します。 そうでなければ、RetrieveGroup は、True を返します。

関連項目