HighLatencyNetwork Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether network connection to the Historian Server has high latency.
'Declaration
Public Property HighLatencyNetwork As Boolean
'Usage
Dim instance As HistorianConnectionArgs
Dim value As Boolean
instance.HighLatencyNetwork = value
value = instance.HighLatencyNetwork
public bool HighLatencyNetwork {get; set;}