This document is archived and information here might be outdated.  Recommended version.


IEnumServerObjectConfigurationInfo.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IEnumServerObjectConfigurationInfo.Next Method

Returns the next ServerObjectConfigurationInfo in the enumeration.

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

Parameters nextInfo [out, retval]
nextInfo is a parameter of type IServerObjectConfigurationInfo

Product Availability

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

See Also

IEnumServerObjectConfigurationInfo Interface