Click or drag to resize

DomainParticipantFactoryCreateParticipant Method (Int32)

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

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public DomainParticipant CreateParticipant(
	int domainId
)

Parameters

domainId
Type: SystemInt32
Domain ID that the application intends to join.

Return Value

Type: DomainParticipant
The newly created DomainParticipant on success, otherwise .
See Also