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