ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.TotalBusinessTime Property

The total business time in miliseconds of this machine.

[Visual Basic .NET]
Public Property TotalBusinessTime As Integer
[C#]
public int TotalBusinessTime {get; set;}
[C++]
HRESULT get_TotalBusinessTime(
  long* pCount
);
[C++]
HRESULT put_TotalBusinessTime(
  long pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long pCount [in]   pCount is a parameter of type long

Product Availability

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

See Also

IDiscoveryServerMachineStatistics Interface