EMS.ResourceTypes.TEMSResourceEndPointSuffix.THandlerProc
[–] Properties | |
---|---|
Type: anonMethod class
| |
Visibility: public | |
Source: EMS.ResourceTypes.pas EMS.ResourceTypes.hpp
| |
Unit: EMS.ResourceTypes | |
Parent: TEMSResourceEndPointSuffix |
Delphi
THandlerProc = reference to procedure(const Sender: TObject; const AContext: TEndpointContext;
const ARequest: TEndpointRequest; const AResponse: TEndpointResponse);
C++
__interface THandlerProc : public System::IInterface
Description
Type of procedure that, given an endpoint context and its request, generates an appropriate response.
Sender
is the instance of TEMSResourceEndPointSuffix that owns the procedure implementation.