PIPagingConfiguration.KeepAliveTimeout Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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