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