Gets or sets a boolean value that determines whether to wait for
acknowledgement from the historian that the last set of points have
been received before attempting to send the next set of points.

C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(true)] [ConnectionStringParameterAttribute] public bool ThrottleTransmission { get; set; }
<DefaultValueAttribute(True)> _ <ConnectionStringParameterAttribute> _ Public Property ThrottleTransmission As Boolean Get Set
[DefaultValueAttribute(true)] [ConnectionStringParameterAttribute] public: property bool ThrottleTransmission { bool get (); void set (bool value); }