EMS.ResourceAPI.TEMSResource.CanHandleRequest
Delphi
function CanHandleRequest(const AContext: TEndpointContext; out AEndpointName: string): Boolean;
C++
bool __fastcall CanHandleRequest(TEndpointContext* const AContext, /* out */ System::UnicodeString &AEndpointName);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | EMS.ResourceAPI.pas EMS.ResourceAPI.hpp |
EMS.ResourceAPI | TEMSResource |
説明
この EMS リソースで指定の要求コンテキストを処理できる場合、CanHandleRequest は True を返し、指定の要求コンテキストを処理できる EMS リソースのエンドポイントの名前を AEndpointName 引数に格納します。この EMS リソースで指定の要求コンテキストを処理できない場合、CanHandleRequest は False を返します。