AFGlobalSettings.RssoListTimeout Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The timeout period between retrieving a new list of valid RSSO Servers
from the current AF Server of PI Data Archive.
Default is 24 hours.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static TimeSpan RssoListTimeout { get; set; }
Public Shared Property RssoListTimeout As TimeSpan Get Set Dim value As TimeSpan value = AFGlobalSettings.RssoListTimeout AFGlobalSettings.RssoListTimeout = value
public: static property TimeSpan RssoListTimeout { TimeSpan get (); void set (TimeSpan value); }
static member RssoListTimeout : TimeSpan with get, set