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