Adds a host machine (created with CreateMachine) to the GIS server.
[Visual Basic 6.0] Sub AddMachine(
ByVal Machine As IServerMachine _
)
[Visual Basic .NET] Public Sub AddMachine ( _ ByVal Machine As IServerMachine _ )
[C#] public void AddMachine ( IServerMachine Machine );
[Java] public void addMachine ( IServerMachine Machine ) throws IOException, AutomationException
[C++] HRESULT AddMachine( IServerMachine* Machine );
ArcGIS Server is a distributed system. Server objects managed by the GIS server run on one or more host machines. A machine that can host server objects must can the Server Object Container installed on it, and the machine must be added to the list of host machines managed by the Server Object Manager.
Use the AddMachine method to add new host machines to your GIS Server. Once a machine has been added to the GIS server, as new server object instances are created, the server object manager will make use of the new machine.