EMS.Services.TEMSInternalAPI.ModuleResourceDelete

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

Delphi

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

C++

_di_IEMSResourceResponseContent __fastcall ModuleResourceDelete(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


説明

リソース要求 DELETE を実行して、指定の EMS エッジモジュールのリソースの内容を削除します。

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

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

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

関連項目