Provides access to properties of a server object configuration's status to administrators.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
InstanceCount | Number of instances of server objects for a particular configuration that are currently running in the GIS server. | |
InstanceInUseCount | Number of running instances of server objects for a particular configuration that are in currently use by clients of the GIS server. | |
Status | Status of the server object configuration. This status indicates whether the server object configuration is started, stopped, paused, etc. |
CoClasses that implement IServerObjectConfigurationStatus
CoClasses and Classes | Description |
---|---|
ServerObjectConfigurationStatus | The ServerObjectConfgurationStatus object which reports the status of a server object configuration. |
Remarks
The IServerObjectConfigurationStatus interface provides access to information about a server object configurations status to administrators. In order to access this interface, you must connect to the GIS server as a user who is a member of the agsadmin user group.
The IServerObjectConfigurationStaus interface provides information as to the status of the confiruation (whether it is started, stopped, etc), and informaiton about the number of instances of the configutation that are running and the number of those instances that are in use by applications.