This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin Interface > IServerObjectAdmin.CreateMachine Method (ArcObjects .NET 10.4 SDK) |
Creates a new host machine.
[Visual Basic .NET] Public Function CreateMachine ( _ ) As IServerMachine
[C#] public IServerMachine CreateMachine ( );
[C++]
HRESULT CreateMachine(
IServerMachine** Machine
);
[C++]
Parameters Machine [out, retval]
Machine is a parameter of type IServerMachine
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 have 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 (SOM).
Use the CreateMachine method to create a new server machine that you can pass as an argument to the AddMachine method to add new host machines to your GIS server.