Table of Contents

Class HistoryQosPolicyConfiguration

Namespace
MASES.DataDistributionManager.Bindings.Configuration
Assembly
DataDistributionManagerNet.dll

Class managing HistoryQosPolicy

public class HistoryQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
Inheritance
HistoryQosPolicyConfiguration
Implements
Inherited Members

Constructors

HistoryQosPolicyConfiguration()

Initialize a new instance of HistoryQosPolicyConfiguration

public HistoryQosPolicyConfiguration()

HistoryQosPolicyConfiguration(HistoryQosPolicyKind, int)

Initialize a new instance of HistoryQosPolicyConfiguration

public HistoryQosPolicyConfiguration(HistoryQosPolicyConfiguration.HistoryQosPolicyKind kind, int depth)

Parameters

kind HistoryQosPolicyConfiguration.HistoryQosPolicyKind
depth int

Fields

DepthPropertyKey

Configuration key of Depth

public const string DepthPropertyKey = "datadistributionmanager.opendds.qos.historyqospolicy.depth"

Field Value

string

KindPropertyKey

Configuration key of Kind

public const string KindPropertyKey = "datadistributionmanager.opendds.qos.historyqospolicy.kind"

Field Value

string

Properties

Depth

public int Depth { get; set; }

Property Value

int

Kind

public HistoryQosPolicyConfiguration.HistoryQosPolicyKind Kind { get; set; }

Property Value

HistoryQosPolicyConfiguration.HistoryQosPolicyKind