ArcObjects Library Reference (Server)  

IConfigurationFactory2 Interface

Provides access to members that can be called during server object configuration events.

Product Availability

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

Description

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

Members

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
IConfigurationFactory Provides access to members that can be called during server object configuration events.

CoClasses that implement IConfigurationFactory2

CoClasses and Classes Description
FeatureServerConfigurationFactory (esriCarto) FeatureServer Configuration Factory Class.
GeoDataServerConfigurationFactory (esriGeoDatabaseDistributed) GeoDataServer Configuration Factory Class.
GPServerConfigurationFactory (esriGeoprocessing) GP Server Configuration Factory Class.
ImageServerConfigurationFactory (esriCarto) ImageServer Configuration Factory Class.
MapServerConfigurationFactory (esriCarto) MapServer Configuration Factory Class.
SearchServerConfigurationFactory (esriSearch) SearchServer Configuration Factory Class.