Click or drag to resize

ResourceLimitsQosPolicy Properties

The ResourceLimitsQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyMaxInstances
Gets or sets the maximum number of instances that a DataWriter or DataReader can manage. The default value is LengthUnlimited
Public propertyMaxSamples
Gets or sets the maximum number of samples a single DataWriter or DataReader can manage across all of its instances. The default value is LengthUnlimited
Public propertyMaxSamplesPerInstance
Gets or sets the maximum number of samples that can be managed for an individual instance in a single DataWriter or DataReader. The default value is LengthUnlimited
Top
See Also