PIPagingConfiguration.KeepAliveTimeout Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This value is the maximum amount of time allowed to elapse between calls to get the next
page of results.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public TimeSpan? KeepAliveTimeout { get; set; }
Public Property KeepAliveTimeout As TimeSpan? Get Set Dim instance As PIPagingConfiguration Dim value As TimeSpan? value = instance.KeepAliveTimeout instance.KeepAliveTimeout = value
public: property Nullable<TimeSpan> KeepAliveTimeout { Nullable<TimeSpan> get (); void set (Nullable<TimeSpan> value); }
member KeepAliveTimeout : Nullable<TimeSpan> with get, set