AmqpCFXEndpointPublishToChannel(CFXMessage, AmqpChannelAddress) Method |
Publishes a CFX message to the specified channel. A CFX envelope will be automatically generated for
your message.
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic void PublishToChannel(
CFXMessage msg,
AmqpChannelAddress address
)
Public Sub PublishToChannel (
msg As CFXMessage,
address As AmqpChannelAddress
)
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