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


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

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

Name 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.

Classes that implement IServerMachineStatus

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.