|
DurabilityServiceQosPolicyMaxSamplesPerInstance Property
|
Represents the maximum number of samples of any one instance a
DataWriter (or
DataReader) can manage.
Namespace:
OpenDDSharp.DDS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic int MaxSamplesPerInstance { get; set; }
Public Property MaxSamplesPerInstance As Integer
Get
Set
public:
property int MaxSamplesPerInstance {
int get ();
void set (int value);
}
member MaxSamplesPerInstance : int with get, set
Property Value
Type:
Int32
See Also