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


IServer Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServer Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IServer Interface

Provides access to members that connect to a GIS server. Note: the IServer interface has been superseded byIServer2. Please consider using the more recent version.

Product Availability

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

When To Use

The IServer interface is intended only for use by the web controls that are included as part of the Application Developer Framework for ArcGIS for Server. To learn more about these controls, refer to the ArcGIS for Server developer documentation.

Members

Name Description
Read-only property ServerObjectAdmin Gets the server object admin for the connected GIS server.
Read-only property ServerObjectManager Gets the server object manager for the connected GIS server.

CoClasses that implement IServer

CoClasses and Classes Description
Server The Server object for connecting to the GIS server and getting the ServerObjectManager and ServerObjectAdmin.
ServerP Private Server