IServerRegistryServiceGetServers Method

Gets the registered servers.

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IDictionary<string, ServerInfo> GetServers()

Return Value

IDictionaryString, ServerInfo
A dictionary mapping case-insensitive server names (keys) to objects describing a server's properties (values).
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also