This document is archived and information here might be outdated. Recommended version. |
Provides access to additional members that support initializing a server object.
This interface is new at ArcGIS 9.3. It supersedes IServerObjectConfigurationManager.
Name | Description | |
---|---|---|
BeforeStart | Is called before the configuration is started. | |
BeforeStop | Is called before the configuration is stopped. | |
OnAdd | Is called when the configuration is added. | |
OnRemove | Is called when the configuration is removed. | |
OnRemoveEx | Is called when the configuration is removed. | |
OnStart | Is called when the configuration is started. | |
OnStop | Is called when the configuration is stopped. |
Interfaces | Description |
---|---|
IServerObjectConfigurationManager | Provides access to additional members that support initializing a server object. |
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. |