Click or drag to resize

AmqpCFXEndpointPublish(CFXEnvelope) Method

Publishes a CFX message. The message will be transmitted to all publish channels.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public void Publish(
	CFXEnvelope env
)

Parameters

env  CFXEnvelope
The CFX envelope containing the message to publish.
See Also