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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic event OnRequestHandler OnRequestReceived
Public Event OnRequestReceived As OnRequestHandler
Value
OnRequestHandler
See Also