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


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

IServerObjectConfigurationManager2 Interface

Provides access to additional members that support initializing a server object.

Product Availability

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

Description

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

Members

Name Description
Method BeforeStart Is called before the configuration is started.
Method BeforeStop Is called before the configuration is stopped.
Method OnAdd Is called when the configuration is added.
Method OnRemove Is called when the configuration is removed.
Method OnRemoveEx Is called when the configuration is removed.
Method OnStart Is called when the configuration is started.
Method OnStop Is called when the configuration is stopped.

Inherited Interfaces

Interfaces Description
IServerObjectConfigurationManager Provides access to additional members that support initializing a server object.

Classes that implement IServerObjectConfigurationManager2

Classes Description
MapServer (esriCarto) The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications.
WFSServer (esriGeoDatabaseDistributed) The WFS Server Object Extension.