Click or drag to resize

LatencyBudgetQosPolicy Class

This policy provides a means for the application to indicate to the middleware the “urgency” of the data-communication. By having a non-zero duration DDS can optimize its internal operation. This policy is considered a hint. There is no specified mechanism as to how the service should take advantage of this hint.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSLatencyBudgetQosPolicy

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class LatencyBudgetQosPolicy

The LatencyBudgetQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyDuration
Gets or sets the maximum duration for the latency budget.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also