Click or drag to resize

DomainParticipantGetDiscoveredTopics Method

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

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

Parameters

topicHandles
Type: System.Collections.GenericICollectionInstanceHandle
The collection of InstanceHandles to fill up.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also