IServerMachineStatus Interface

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

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.

IServerMachineStatus.Enabled Property

Indicates if machine is connected and can be used by server(true) or not(false).

Public ReadOnly Property Enabled As Boolean
public bool Enabled {get;}

IServerMachineStatus.InstanceCount Property

The number of server object instances currently running in this SOC machine.

Public Function get_InstanceCount ( _
    ByVal access As esriAccessLevel _
) As Integer
public int get_InstanceCount (
    esriAccessLevel access
);

IServerMachineStatus.InstanceInUseCount Property

The number of currently running server object instances in use by clients of this SOC machine.

Public Function get_InstanceInUseCount ( _
    ByVal access As esriAccessLevel _
) As Integer
public int get_InstanceInUseCount (
    esriAccessLevel access
);

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.