Click or drag to resize

DeadlineQosPolicyPeriod Property

Duration of the deadline period. The default value of the period member is infinite, which requires no behavior.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Duration Period { get; set; }

Property Value

Type: Duration
Remarks
When this policy is set to a finite value, then the DataWriter monitors the changes to data made by the application and indicates failure to honor the policy by setting the corresponding status condition and triggering the OnOfferedDeadlineMissed() listener callback. A DataReader that detects that the data has not changed before the period has expired sets the corresponding status condition and triggers the OnRequestedDeadlineMissed() listener callback.
See Also