Click or drag to resize

LivelinessChangedStatus Properties

The LivelinessChangedStatus type exposes the following members.

Properties
  NameDescription
Public propertyAliveCount
Gets the total number of data writers currently active on the topic this data reader is reading.
Public propertyAliveCountChange
Gets the change in the alive count since the last time the status was accessed.
Public propertyLastPublicationHandle
Gets the handle of the last DataWriter whose liveliness has changed.
Public propertyNotAliveCount
Gets the total number of data writers writing to the data reader's topic that are no longer asserting their liveliness.
Public propertyNotAliveCountChange
Gets the change in the not alive count since the last time the status was accessed.
Top
See Also