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


IServerInfos Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerInfos Interface
ArcGIS Developer Help

IServerInfos Interface

Provides access to members that manage the collection of IServerInfo objects (SOMs in a GIS Server).

Product Availability

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

Members

Name Description
Method Add Adds an IServerInfo object to the end of the collection.
Read-only property Count Gets the number of IServerInfo objects in the collection.
Read-only property Element Returns the IServerInfo at the specified index.
Method Insert Inserts an IServerInfo object into the collection at the specified index.
Method Remove Removes the IServerInfo at the specified index.
Method RemoveAll Removes all of the IServerInfo objects in the collection.

Classes that implement IServerInfos

Classes Description