Click or drag to resize

DomainParticipantCreatePublisher Method

Overload List
  NameDescription
Public methodCreatePublisher
Creates a new Publisher with the default QoS policies and without listener attached.
Public methodCreatePublisher(PublisherListener)
Creates a Publisher with the default QoS policies and attaches to it the specified PublisherListener. The specified PublisherListener will be attached with the default StatusMask.
Public methodCreatePublisher(PublisherQos)
Creates a new Publisher with the desired QoS policies and without listener attached.
Public methodCreatePublisher(PublisherListener, StatusMask)
Creates a new Publisher with the default QoS policies and attaches to it the specified PublisherListener.
Public methodCreatePublisher(PublisherQos, PublisherListener)
Creates a new Publisher with the desired QoS policies and attaches to it the specified PublisherListener. The specified PublisherListener will be attached with the default StatusMask.
Public methodCreatePublisher(PublisherQos, PublisherListener, StatusMask)
Creates a new Publisher with the desired QoS policies and attaches to it the specified PublisherListener.
Top
See Also