ArcObjects Library Reference (GISClient)  

IDiscoveryServiceStatistics.TotalBusyTime Property

The total busy time in miliseconds of this service.

ERROR: Syntax information about IDiscoveryServiceStatistics.TotalBusyTime may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT get_TotalBusyTime(
  long* pCount
);
[C++]
HRESULT put_TotalBusyTime(
  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

IDiscoveryServiceStatistics Interface