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


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

IServer2 Interface

Provides access to methods that connect a specified user to an ArcGIS server.

Product Availability

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

Description

This interface is new at ArcGIS 9.3. It supersedes IServer.

When To Use

The IServer2 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.
Read-only property ServerObjectManager2 Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.

Inherited Interfaces

Interfaces Description
IServer Provides access to members that connect to a GIS server.

Classes that implement IServer2

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