This document is archived and information here might be outdated. Recommended version. |
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(
void
);
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.