EMS.Services.TEMSInternalAPI.ModuleResourceGet

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

Delphi

function ModuleResourceGet(const AModuleName, AResourceName: string;  const ASegments: TEMSResourceRequestSegments; const AQueryParams: TEMSResourceRequestQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall ModuleResourceGet(const System::UnicodeString AModuleName, const System::UnicodeString AResourceName, const System::DynamicArray<System::UnicodeString> ASegments, const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQueryParams);

プロパティ

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


説明

リソース要求 GET を実行して、EMS サーバーから EMS エッジモジュールの特定のリソースの内容を取得します。

ModuleResourceGet では次の入力パラメータを受け取ります。

  • AModuleName: 特定のリソースの EMS エッジモジュール リソース名
  • AResourceName: データを取得する AModuleName リソースの名前。
  • ASegments: 要求を実行する EMS リソース エンドポイントの URL セグメントの配列ASegments 値は null でもかまいません。
  • AQueryParams: フィルタリングされたリソース要求を実行するのに使用されるクエリ パラメータAQueryParams 値は null でもかまいません。

ModuleResourceGet では、EMS サーバーからの応答を格納した IEMSResourceResponseContent を返します。

関連項目