This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.PutServiceIsStarted Method (ArcObjects .NET 10.4 SDK) |
[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