Click or drag to resize
Grid Solutions Framework

RemoteOutputAdapterThrottleTransmission Property

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

Namespace: HistorianAdapters
Assembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool ThrottleTransmission { get; set; }
View Source

Property Value

Boolean
See Also