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


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

IServerObjectConfigurationInfo2 Interface

Provides access to the properties of a server object configuration with extensions.

Product Availability

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

Members

Name Description
Read-only property Description Description of the server object configuration.
Read-only property ExtensionInfo The extension-dependent info for the server object configuration.
Read-only property Extensions An array of the registered server object extensions for a given configuration.
Read-only property Info Auxiliary Information for the server objects created by the server object configuration ?passive properties only.
Read-only property IsPooled Indicates whether the server objects defined by this configuration are pooled.
Read-only property Name Name of the server object configuration.
Read-only property TypeName Type of the server object configuration (MapServer or GeocodeServer).

Inherited Interfaces

Interfaces Description
IServerObjectConfigurationInfo Provides access to properties of a server object configuration.

Classes that implement IServerObjectConfigurationInfo2

Classes Description
ServerObjectConfigurationInfo The ServerObjectConfigurationInfo object which provides information about server object configurations to users without administrative privileges to the GIS server.

Remarks

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.