Click or drag to resize

AmqpCFXEndpointPublishToChannel(CFXEnvelope, AmqpChannelAddress) Method

Publishes a CFX envelope to the specified channel.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public void PublishToChannel(
	CFXEnvelope env,
	AmqpChannelAddress address
)

Parameters

env  CFXEnvelope
The CFX envelope containing the message to publish.
address  AmqpChannelAddress
The address of the channel to which you wish to publish this message.
See Also