Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PISystem.GetIdentityServerBestRsso Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystem.GetIdentityServerBestRsso Method
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: String
Returns a string containing the endpoint of the Best RSSO Server. Returns null if no RSSO Server is available.

Version Information

AFSDK

Supported in: 3.1.1

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in