Class LifespanQosPolicyConfiguration
- Assembly
- DataDistributionManagerNet.dll
Class managing LifespanQosPolicy
public class LifespanQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
- Inheritance
-
LifespanQosPolicyConfiguration
- Implements
- Inherited Members
Constructors
LifespanQosPolicyConfiguration()
Initialize a new instance of LifespanQosPolicyConfiguration
public LifespanQosPolicyConfiguration()
Fields
DurationPropertyKey
Configuration key of Duration
public const string DurationPropertyKey = "datadistributionmanager.opendds.qos.lifespanqospolicy.duration"
Field Value
Properties
Duration
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public int Duration { get; set; }