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 Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) |

.NET Related Topics

GISClient | How to access an image service via LAN or Internet connection | How to initialize a GeoDataServer object |