RTI Connext C# API  6.1.0
RequestedDeadlineMissedStatus Class Reference

Indicates that the Subscription.DataReader<T> did not receive a new sample for an data-instance within the time period set in the Subscription.DataReader<T>'s Policy.Deadline. More...

Inherits IEquatable< RequestedDeadlineMissedStatus >.

Public Member Functions

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

Properties

EventCount< int > TotalCount [get]
 Cumulative number of times that the deadline was violated for any instance read by the Subscription.DataReader<T>. More...
 
InstanceHandle LastInstanceHandle [get]
 InstanceHandle to the data-instance for which a requested deadline was missed. More...
 

Detailed Description

Indicates that the Subscription.DataReader<T> did not receive a new sample for an data-instance within the time period set in the Subscription.DataReader<T>'s Policy.Deadline.

The full documentation is available in the C API: DDS_RequestedDeadlineMissedStatus

Member Function Documentation

◆ Equals() [1/2]

override bool Equals ( object  other)

Compares for equality.

◆ Equals() [2/2]

bool Equals ( RequestedDeadlineMissedStatus  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

◆ LastInstanceHandle

InstanceHandle LastInstanceHandle
get

InstanceHandle to the data-instance for which a requested deadline was missed.

The full documentation is available in the C API: DDS_RequestedDeadlineMissedStatus::last_instance_handle

◆ TotalCount

EventCount<int> TotalCount
get

Cumulative number of times that the deadline was violated for any instance read by the Subscription.DataReader<T>.

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