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


IEnumAGSServerConnectionName.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IE > IEnumAGSServerConnectionName Interface > IEnumAGSServerConnectionName.Next Method
ArcGIS Developer Help

IEnumAGSServerConnectionName.Next Method

Returns the next element in the enumerator.

[Visual Basic .NET]
Public Function Next ( _
) As IAGSServerConnectionName
[C#]
public IAGSServerConnectionName Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

See Also

IEnumAGSServerConnectionName Interface