This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationInfo2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the properties of a server object configuration with extensions.
Description | ||
---|---|---|
Description | Description of the server object configuration. | |
ExtensionInfo | The extension-dependent info for the server object configuration. | |
Extensions | An array of the registered server object extensions for a given configuration. | |
Info | Auxiliary Information for the server objects created by the server object configuration ?passive properties only. | |
IsPooled | Indicates whether the server objects defined by this configuration are pooled. | |
Name | Name of the server object configuration. | |
TypeName | Type of the server object configuration (MapServer or GeocodeServer). |
Interfaces | Description |
---|---|
IServerObjectConfigurationInfo | Provides access to properties of a server object configuration. |
CoClasses and Classes | Description |
---|---|
ServerObjectConfigurationInfo | The ServerObjectConfigurationInfo object which provides information about server object configurations to users without administrative privileges to the GIS server. |
IServerObjectConfigurationInfo2 extends IServerObjectConfigurationInfo to provide the names of all enabled server object extensions for a particular configuration. Note that only those server object extensions that are enabled for this configuration are returned by the Extensions property. To get a complete list of all server object extensions that are supported for a particular type of server object, use the GetExtensionTypeInfos method on IServerObjectManager2.