Click or drag to resize

CFXMessageReceivedFromListenerHandler Delegate

Delegate for published messages received via self-hosted exchanges

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public delegate void CFXMessageReceivedFromListenerHandler(
	string targetAddress,
	CFXEnvelope message
)

Parameters

targetAddress  String
The AMQP target that was specified by the publisher
message  CFXEnvelope
The CFX envelope containing the published message
See Also