RTI Connext C# API  7.1.0
LivelinessLostStatus Class Reference

The liveliness that the Publication.DataWriter<T> has committed to through its Policy.Liveliness was not respected, thus Subscription.DataReader<T> entities will consider the Publication.DataWriter<T> as no longer alive. More...

Inherits IEquatable< LivelinessLostStatus >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (LivelinessLostStatus other)
 Compares for equality More...
 
override string ToString ()
 Returns a readable summary of the status More...
 

Properties

EventCount< int > TotalCount [get]
 Total cumulative number of times that a previously-alive Publication.DataWriter<T> became not alive due to a failure to actively signal its liveliness within the offered liveliness period. More...
 

Detailed Description

The liveliness that the Publication.DataWriter<T> has committed to through its Policy.Liveliness was not respected, thus Subscription.DataReader<T> entities will consider the Publication.DataWriter<T> as no longer alive.

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( LivelinessLostStatus  other)

Compares for equality

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code

◆ ToString()

override string ToString ( )

Returns a readable summary of the status

Property Documentation

◆ TotalCount

EventCount<int> TotalCount
get

Total cumulative number of times that a previously-alive Publication.DataWriter<T> became not alive due to a failure to actively signal its liveliness within the offered liveliness period.

The full documentation is available in the C API: DDS_LivelinessLostStatus::total_count