AFGlobalSettings.RssoListTimeout Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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