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 (26.2.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 methodCreateServerGroupCreates a server group.
Public methodDeleteServerGroupDeletes a server group.
Public methodGetServerGroupsGets the registered server and server group names.
Public methodGetServersGets the registered servers.
Public methodIsServerActiveGets a value indicating whether the specified server is active.
Public methodRegisterServerRegisters a server.
Public methodRenameServerGroupRenames a server group.
Public methodSetServerGroupSets the server group of the specified server.
Public methodUnregisterServerUnregisters a server.
Top
See Also