ArcObjects Library Reference (Server)  

IServerObjectConfigurationStatus Interface

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
Read-only property InstanceCount Number of instances of server objects for a particular configuration that are currently running in the GIS server.
Read-only property InstanceInUseCount Number of running instances of server objects for a particular configuration that are in currently use by clients of the GIS server.
Read-only property 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
AGOServerObjectConfigurationStatus (esriGISClient) The AGOServerObjectConfigurationStatus object which reports the status of a server object configuration.
DiscoveryServerObjectConfigurationStatus (esriGISClient) The DiscoveryServerObjectConfigurationStatus object which reports the status of a server object configuration.
SDSServerObjectConfigurationStatus (esriGISClient) The SDSServerObjectConfigurationStatus object which reports the status of a server object configuration.
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.