ArcObjects Library Reference (Server)  

IServerMachineStatus Interface

Provides access to the properties of the status of a specific SOC machine.

Product Availability

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

Members

Description
Read-only property Enabled Indicates if machine is connected and can be used by server(true) or not(false).
Read-only property InstanceCount The number of server object instances currently running in this SOC machine.
Read-only property InstanceInUseCount The number of currently running server object instances in use by clients of this SOC machine.

CoClasses that implement IServerMachineStatus

CoClasses and Classes Description
ServerMachineStatus The ServerMachineStatus object which reports the status of a server host machine.

Remarks

The IServerMachineStatus interface is returned by the GetMachineStatus method of the IServerStatus interface and provides information about the number of server object instances running and in use on the machine specified as an argument to the GetMachineStatus method.