Click or drag to resize

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.Transport
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public event OnRequestHandler OnRequestReceived

Value

OnRequestHandler
See Also