Click or drag to resize

DomainParticipantCreateSubscriber Method

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