IServerObjectType Interface

Provides access to methods, for administrators, that control the behavior and properties of a server object type.

Members

Name Description
Read/write property CLSID The GUID of the COM class corresponding to the server object type.
Read/write property Description Description of the server object type.
Read/write property Name Name of the server object type.

IServerObjectType.CLSID Property

The GUID of the COM class corresponding to the server object type.

Public Property CLSID As String
public string CLSID {get; set;}

IServerObjectType.Description Property

Description of the server object type.

Public Property Description As String
public string Description {get; set;}

IServerObjectType.Name Property

Name of the server object type.

Public Property Name As String
public string Name {get; set;}

Classes that implement IServerObjectType

Classes Description

Remarks

The ArcGIS Server manages a set of server objects running across one or more host (container) machines. How those server objects are configured and run is defined by a set of server object configurations. Server object configurations can be added, removed and modified by users or developers who are members of the agsadmin users group, and therfore have administrator priviliges on the ArcGIS Server.

The types of server object configurations, and therefore server objects that can be created on a GIS server, are of a defined set of server object types that a GIS server can support. By default, the supported types are MapServer, GeocodeServer,GeoDataServer,GlobeServerandGPServer. The server object configuration type defines the types of server object instances that a particular server object configuration starts up and provides to applications to use.

The type also defines the set of properties associated with a particular server object configuration that must be specified when creating the configuration. For example, a MapServer requires a map document, a GeocodeServer requires a locator, etc.

The IServerObjectType interface is a read/write interface on a server object type that allows administrators to configure new server object types to add to the server, update existing server object types, and view the properties of a server object type.

Users and developers that are not part of the the agsadmin group do not have access to this interface. An additional read-only interface called IServerObjectTypeInfo is available to non-administrators, which provides read-access to a subset of the server object type's properties.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.