Click or drag to resize

DomainParticipantCreateSubscriber Method

Creates a new Subscriber with the default QoS policies and without listener attached.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Subscriber CreateSubscriber()

Return Value

Type: Subscriber
The newly created Subscriber on success, otherwise .
Remarks

The created Subscriber belongs to the DomainParticipant that is its factory.

See Also