ArcObjects Library Reference (GISClient)  

IAGSEnumServerObjectName.Next Method

Retrieves the next server object name in the enumeration sequence.

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

Parameters

ppSOName [out, retval]

  ppSOName is a parameter of type IAGSServerObjectName

Product Availability

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

See Also

IAGSEnumServerObjectName Interface

.NET Related Topics

GISClient | How to connect to an image service | How to initialize a GeoDataServer object