Click or drag to resize

DataReaderListenerOnRequestedDeadlineMissed Method

Handles the RequestedDeadlineMissedStatus communication status.

The RequestedDeadlineMissedStatus indicates that the deadline requested via the DeadlineQosPolicy was not respected for a specific instance.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnRequestedDeadlineMissed(
	DataReader reader,
	RequestedDeadlineMissedStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.DDSRequestedDeadlineMissedStatus
The current RequestedDeadlineMissedStatus.
See Also