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


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

IServer Interface

Provides access to members that connect to a GIS server. Note: the IServer interface has been superseded by IServer2. 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.

Classes that implement IServer

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