MinStoreForwardDuration Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the amount of time, in seconds, that the Historian Client Access Layer should remain in store-and-forward mode before it attempts to reconnect to the Historian Server.
'Declaration
Public Property MinStoreForwardDuration As UInteger
'Usage
Dim instance As HistorianConnectionArgs
Dim value As UInteger
instance.MinStoreForwardDuration = value
value = instance.MinStoreForwardDuration
public uint MinStoreForwardDuration {get; set;}