Click or drag to resize

AmqpCFXEndpointAddPublishChannel Method

Overload List
 NameDescription
Public methodAddPublishChannel(AmqpChannelAddress, String, X509Certificate) Adds a new publish channel for this endpoint. All messages published by the endpoint will be transmitted to one or more publish channels that are established using this method. Only call this methoud after this endpoint has been opened by the Open method.
Public methodAddPublishChannel(Uri, String, String, X509Certificate) Adds a new publish channel for this endpoint. All messages published by the endpoint will be transmitted to one or more publish channels that are established using this method. Only call this methoud after this endpoint has been opened by the Open method.
Top
See Also