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

Parameters

name  String
The server name.

Return Value

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