AmqpCFXEndpointOnRequestReceived Event |
Event that fires whenever a request type CFX message is received by this Endpoint
from another Endpoint. Implement this event with your own handler to process incoming
point-to-point Request / Response type CFX messages.
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic event OnRequestHandler OnRequestReceived
Public Event OnRequestReceived As OnRequestHandler
Value
OnRequestHandler
See Also