Deletes a host machine from the GIS server, making it unavailable to host server objects.
[Visual Basic 6.0] Sub DeleteMachine(
ByVal machineName As String _
)
[Visual Basic .NET] Public Sub DeleteMachine ( _ ByVal machineName As String _ )
[C#] public void DeleteMachine ( string machineName );
[Java] public void deleteMachine ( String machineName ) throws IOException, AutomationException
[C++]
HRESULT DeleteMachine(
BSTR machineName
);
Parameters
machineName [in]
machineName is a parameter of type BSTR
The DeleteMachine method removes a machine from the machines that can host server objects for the GIS server. When you delete a machine, any instances of server objects that are running on that machine will be shut down and replaced with instances running on the GIS server's other host machines.