![]() |
DomainParticipantCreateSubscriber Method |
Name | Description | |
---|---|---|
![]() | CreateSubscriber |
Creates a new Subscriber with the default QoS policies and without listener attached.
|
![]() | CreateSubscriber(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.
|
![]() | CreateSubscriber(SubscriberQos) |
Creates a new Subscriber with the desired QoS policies and without listener attached.
|
![]() | CreateSubscriber(SubscriberListener, StatusMask) |
Creates a new Subscriber with the default QoS policies and attaches to it the specified SubscriberListener.
|
![]() | CreateSubscriber(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.
|
![]() | CreateSubscriber(SubscriberQos, SubscriberListener, StatusMask) |
Creates a new Subscriber with the desired QoS policies and attaches to it the specified PublisherListener.
|