EMS.Services.TEMSInternalAPI.QueryModules

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

Delphi

function QueryModules(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryModules(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery);

プロパティ

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


説明

クエリ パラメータを使って EMS サーバーから EMS エッジモジュールを取得します。

QueryModules は、AQuery パラメータを使って、EMS サーバー内の EMS エッジモジュール リソースの問い合わせを行います。 AQuery パラメータが空であれば、EMS サーバーからの応答では、すべてのデータが絞り込まずに順不同で返されます。

QueryModules は、リソースから応答を読み取るための IEMSResourceResponseContent を返します。

関連項目