Click or drag to resize

DurabilityServiceQosPolicyMaxSamples Property

Specifies the maximum number of data-samples the DataWriter (or DataReader) can manage across all the instances associated with it. Represents the maximum samples the middleware can store for any one DataWriter (or DataReader).

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

Property Value

Type: Int32
See Also