Click or drag to resize

ParticipantServiceSetRepoDomain Method (Int32, String, Boolean)

Set the discovery repository for a specifi domain id.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public void SetRepoDomain(
	int domain,
	string repo,
	bool attachParticipant
)

Parameters

domain
Type: SystemInt32
The domain id.
repo
Type: SystemString
The repository key.
attachParticipant
Type: SystemBoolean
Indicates if the current participant should be attached to the new repository.
See Also