Click or drag to resize

DomainParticipantListenerOnInconsistentTopic Method

Handles the InconsistentTopicStatus communication status.

The InconsistentTopicStatus indicates that a Topic was attempted to be registered that already exists with different characteristics. Typically, the existing Topic may have a different type associated with it.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnInconsistentTopic(
	Topic topic,
	InconsistentTopicStatus status
)

Parameters

topic
Type: OpenDDSharp.DDSTopic
The Topic that triggered the event.
status
Type: OpenDDSharp.DDSInconsistentTopicStatus
The current InconsistentTopicStatus.
See Also