This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin Interface > IServerObjectAdmin.GetMachines Method (ArcObjects .NET 10.4 SDK) |
An enumerator over all the GIS server's host machines.
[Visual Basic .NET] Public Function GetMachines ( _ ) As IEnumServerMachine
[C#] public IEnumServerMachine GetMachines ( );
[C++]
HRESULT GetMachines(
IEnumServerMachine** machines
);
[C++]
Parameters machines [out, retval]
machines is a parameter of type IEnumServerMachine
A server object configuration can be configured such that its server objects run on one or more host machines that have been added to the ArcGIS Server. Use the GetMachines method to get the names of the machines that have been added to the server to host server objects.