Open this page in the API Guide

IServerRegistryService.IsServerActive Method

Gets a value indicating whether the specified server is active.

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

Parameters

name
Type: System.String
The server name.

Return Value

Type: Boolean
true if the server is active; otherwise, false.
Exceptions
ExceptionCondition
ArgumentExceptionname is null or empty.
See Also