Stop services on the server machine.
[Visual Basic .NET] Public Sub StopMachine ( _ ByVal bstrMachineName As String _ )
[C#] public void StopMachine ( string bstrMachineName );
[C++]
HRESULT StopMachine(
BSTR bstrMachineName
);
[C++]Parameters
bstrMachineName [in] bstrMachineName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.