IServerRegistryServiceUnregisterServer Method

Unregisters a server.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool UnregisterServer(
	string name
)

Parameters

name
Type: SystemString
The server name.

Return Value

Type: Boolean
if the server was found; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionname is empty or .
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptionThe server is alive and cannot be removed.
See Also