This document is archived and information here might be outdated.  Recommended version.


IServerConfigurationStorage.GetServiceIsStarted Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerConfigurationStorage.GetServiceIsStarted Method

[Visual Basic .NET]
Public Function GetServiceIsStarted ( _
    ByVal ID As String _
) As Boolean
[C#]
public bool GetServiceIsStarted (
    string ID
);
[C++]
HRESULT GetServiceIsStarted(
  BSTR ID,
  VARIANT_BOOL* pVal
);
[C++]

Parameters ID [in] ID is a parameter of type BSTR pVal [out, retval] pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerConfigurationStorage Interface