AFGlobalSettings.BestRssoRetrievalCooldown Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Used to update the cooldown period between checking for the Best RSSO Server.
Default is 5 seconds. Every call within the cooldown period will return the same Best RSSO.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static TimeSpan BestRssoRetrievalCooldown { get; set; }
Public Shared Property BestRssoRetrievalCooldown As TimeSpan Get Set Dim value As TimeSpan value = AFGlobalSettings.BestRssoRetrievalCooldown AFGlobalSettings.BestRssoRetrievalCooldown = value
public: static property TimeSpan BestRssoRetrievalCooldown { TimeSpan get (); void set (TimeSpan value); }
static member BestRssoRetrievalCooldown : TimeSpan with get, set