IServerRegistryServiceIsServerActive 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 (24.3.0.1000)
Syntax
bool IsServerActive(
	string name
)

Parameters

name
Type: SystemString
The server name.

Return Value

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