IServerRegistryServiceIsServerActive Method |
Gets a value indicating whether the specified server is active.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsServerActive(
string name
)
Function IsServerActive (
name As String
) As Boolean
bool IsServerActive(
String^ name
)
abstract IsServerActive :
name : string -> bool Parameters
- name String
- The server name.
Return Value
Boolean if the server is active; otherwise,
.
Exceptions
See Also