Click or drag to resize

LatencyBudgetQosPolicyDuration Property

Gets or sets the maximum duration for the latency budget.

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

Property Value

Type: Duration
Remarks
The value offered is considered compatible with the value requested if and only if the inequality "offered duration <= requested duration" evaluates to 'true'.
See Also