PacketTimeout Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the amount of time, in milliseconds, that a data packet is held open for additional values before the packet is sent to the Historian Server.
'Declaration
Public Property PacketTimeout As UInteger
'Usage
Dim instance As HistorianConnectionArgs
Dim value As UInteger
instance.PacketTimeout = value
value = instance.PacketTimeout
public uint PacketTimeout {get; set;}