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


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

IEnumServerObjectConfiguration.Next Method

Returns the next configuration in the enumeration.

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

Parameters nextConfig [out, retval]
nextConfig is a parameter of type IServerObjectConfiguration

Product Availability

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

See Also

IEnumServerObjectConfiguration Interface