Click or drag to resize

DomainParticipantCreatePublisher Method

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

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Publisher CreatePublisher()

Return Value

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

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

See Also