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 (25.3.0.1000)
Syntaxbool IsServerActive(
	string name
)
Function IsServerActive ( 
	name As String
) As Boolean
bool IsServerActive(
	String^ name
)
abstract IsServerActive : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The server name. 
Return Value
Type: 
Boolean if the server is active; otherwise, 
.
            
Exceptions
See Also