IServerRegistryServiceDeleteServerGroup Method

Deletes a server group.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool DeleteServerGroup(
	long serverGroupId
)

Parameters

serverGroupId
Type: SystemInt64
The ID of the server group to delete.

Return Value

Type: Boolean
if the server group was found; otherwise, .
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionserverGroupId is less than or equal to zero.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also