IServerRegistryService Interface

Service interface providing functionality for managing servers and server groups.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IServerRegistryService

The IServerRegistryService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentServerGroupId
Gets the ID of the server group to which the current server belongs.
Top
Methods
  NameDescription
Public methodCreateServerGroup
Creates a server group.
Public methodDeleteServerGroup
Deletes a server group.
Public methodGetServerGroups
Gets the registered server and server group names.
Public methodGetServers
Gets the registered servers.
Public methodIsServerActive
Gets a value indicating whether the specified server is active.
Public methodRegisterServer
Registers a server.
Public methodRenameServerGroup
Renames a server group.
Public methodSetServerGroup
Sets the server group of the specified server.
Public methodUnregisterServer
Unregisters a server.
Top
See Also