ArcObjects Library Reference (Server)  

IEnumServerMachine.Next Method

Returns the next ServerMachine in the enumeration.

[Visual Basic .NET]
Public Function Next ( _
) As IServerMachine
[C#]
public IServerMachine Next (
);
[C++]
HRESULT Next(
  IServerMachine** nextMachine
);
[C++]

Parameters

nextMachine [out, retval]

  nextMachine is a parameter of type IServerMachine

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumServerMachine Interface