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


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

IServerStatus.GetMachineStatus Method

Gets the status for an ArcGIS Server host machine.

[Visual Basic .NET]
Public Function GetMachineStatus ( _
    ByVal Machine As String _
) As IServerMachineStatus
[C#]
public IServerMachineStatus GetMachineStatus (
    string Machine
);
[C++]
HRESULT GetMachineStatus(
  BSTR Machine
);
[C++]
Parameters
Machine [in]

Machine is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

 

      
  

See Also

IServerStatus Interface