This document is archived and information here might be outdated. Recommended version. |
Provides access to the properties of the status of a specific SOC machine.
Name | Description | |
---|---|---|
Enabled | Indicates if machine is connected and can be used by server(true) or not(false). | |
InstanceCount | The number of server object instances currently running in this SOC machine. | |
InstanceInUseCount | The number of currently running server object instances in use by clients of this SOC machine. |
Classes | Description |
---|---|
ServerMachineStatus | The ServerMachineStatus object which reports the status of a server host machine. |
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.