ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.MachineStatus Property

The status of a machine.

[Visual Basic .NET]
Public Function get_MachineStatus ( _
    ByVal bstrMachineName As String _
) As esriMachineStatus
[C#]
public esriMachineStatus get_MachineStatus (
    string bstrMachineName
);
[C++]
HRESULT get_MachineStatus(
  BSTR bstrMachineName,
  esriMachineStatus* pStatus
);
[C++]

Parameters

bstrMachineName [in]   bstrMachineName is a parameter of type BSTR pStatus [out, retval]

  pStatus is a parameter of type esriMachineStatus

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface