PISystem.GetIdentityServerBestRsso Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Method to retrieve the Best Redundant Single Sign-On Server Endpoint for the Identity Server for the .
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string GetIdentityServerBestRsso( bool refreshCache = false )
Public Function GetIdentityServerBestRsso ( Optional refreshCache As Boolean = false ) As String Dim instance As PISystem Dim refreshCache As Boolean Dim returnValue As String returnValue = instance.GetIdentityServerBestRsso(refreshCache)
public: String^ GetIdentityServerBestRsso( bool refreshCache = false )
member GetIdentityServerBestRsso : ?refreshCache : bool (* Defaults: let _refreshCache = defaultArg refreshCache false *) -> string
Parameters
- refreshCache (Optional)
- Type: SystemBoolean
Will retrieve new DiscoveryDocument object from the IDS if true.
Return Value
Type: StringReturns a string containing the endpoint of the Best RSSO Server. Returns null if no RSSO Server is available.