This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerStatus Interface > IServerStatus.GetMachineStatus Method (ArcObjects .NET 10.5 SDK) |
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,
IServerMachineStatus** ppStatus
);
[C++]
Parameters Machine [in] Machine is a parameter of type BSTR ppStatus [out, retval]
ppStatus is a parameter of type IServerMachineStatus