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: 1.7.3
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