Click or drag to resize

ParticipantServiceGetDomainParticipantFactory Method (String)

Initialize the DDS client environment and get the DomainParticipantFactory. This method consumes -DCPS* and -ORB* options and their arguments.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public DomainParticipantFactory GetDomainParticipantFactory(
	params string[] argv
)

Parameters

argv
Type: SystemString
The array of parameters to be consumed (i.e. -DCPS* and -ORB* options).

Return Value

Type: DomainParticipantFactory
The DomainParticipantFactory.
See Also