IServerObjectConfigurationManager Interface
Provides access to additional members that support initializing a server object.
Members
Name | Description | |
---|---|---|
![]() |
OnAdd | Is called when the configuration is added. |
![]() |
OnRemove | Is called when the configuration is removed. |
IServerObjectConfigurationManager.OnAdd Method
Is called when the configuration is added.
Public Function OnAdd ( _
ByVal pProps As IPropertySet _
) As IPropertySet
public IPropertySet OnAdd (
IPropertySet pProps
);
IServerObjectConfigurationManager.OnRemove Method
Is called when the configuration is removed.
Public Sub OnRemove ( _
)
public void OnRemove (
);
Classes that implement IServerObjectConfigurationManager
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. |