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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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