Click or drag to resize

AmqpCFXEndpointPublishToChannel(CFXMessage, AmqpChannelAddress) Method

Publishes a CFX message to the specified channel. A CFX envelope will be automatically generated for your message.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public void PublishToChannel(
	CFXMessage msg,
	AmqpChannelAddress address
)

Parameters

msg  CFXMessage
The CFX envelope to publish.
address  AmqpChannelAddress
The address of the channel to which you wish to publish this message.
See Also