ArcObjects Library Reference (Server)  

IServerConfigurationStorage.PutServiceIsStarted Method

[Visual Basic .NET]
Public Sub PutServiceIsStarted ( _
    ByVal ID As String, _
    ByVal Val As Boolean _
)
[C#]
public void PutServiceIsStarted (
    string ID,
    bool Val
);
[C++]
HRESULT PutServiceIsStarted(
  BSTR ID,
  VARIANT_BOOL Val
);
[C++]

Parameters

ID [in]   ID is a parameter of type BSTR Val [in]   Val is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IServerConfigurationStorage Interface