EMS.Services.TEMSInternalAPI.Create

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

Delphi

constructor Create(const AContext: TEndpointContext);

C++

__fastcall TEMSInternalAPI(Ems::Resourceapi::TEndpointContext* const AContext);

プロパティ

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


説明

Creates は、TEMSInternalAPI のインスタンスを破壊します。

TEMSInternalAPI.Create は、カスタム EMS Resource エンドポイントに渡される AContext を使用するクラスを作成します。TEMSInternalAPI.Create は、AContext パラメータで、リクエスト コンテキストを作成しますAContext は、リクエストの EMS User を識別します。

関連項目