Click or drag to resize

DomainParticipantGetDiscoveredParticipants Method

Retrieves the list of DomainParticipants that have been discovered in the domain and that the application has not indicated should be "ignored" by means of the DomainParticipantIgnoreParticipant(InstanceHandle) operation.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode GetDiscoveredParticipants(
	ICollection<InstanceHandle> participantHandles
)

Parameters

participantHandles
Type: System.Collections.GenericICollectionInstanceHandle
The collection of InstanceHandles to be filled up.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
The operation may fail if the infrastructure does not locally maintain the connectivity information. In this case the operation will return Unsupported.
See Also