EMS.ResourceAPI.TEMSResource.CanHandleRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanHandleRequest(const AContext: TEndpointContext; out AEndpointName: string): Boolean;

C++

bool __fastcall CanHandleRequest(TEndpointContext* const AContext, /* out */ System::UnicodeString &AEndpointName);

Properties

Type Visibility Source Unit Parent
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSResource

Description

If this EMS resource can handle the specified request context, CanHandleRequest returns True and fills AEndpointName with the name of the endpoint of the EMS resource that can handle the specified request context. If this EMS resource cannot handle the specified request context, CanHandleRequest returns False.

See Also