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


IServerConfigurationStorage.PutServiceIsStarted Method (ArcObjects .NET 10.5 SDK)
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