CoreDX DDS C# Reference Manual
Public Attributes | List of all members

Public Attributes

inconsistent_topic_delegate on_inconsistent_topic
 

Detailed Description

The TopicListener provides asynchronous notification of Topic events.

This listener can be installed during Topic creation (DomainParticipant.create_topic() and related) as well as by calling Topic.set_listener().

Note
The listener callback methods should be lightweight and should not block. If a callback method blocks, it will block all other callback operations within the same DomainParticipant.

Member Data Documentation

inconsistent_topic_delegate on_inconsistent_topic

listener delegate


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.