CoreDX DDS
C# Reference Manual

TopicListener Class Reference
[DDS Listeners]

The TopicListener provides asynchronous notification of Topic events. More...

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
 All Classes Functions Variables Properties

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