ArcObjects Library Reference (GISClient)  

IDiscoveryServiceStatistics.BusyInstances Property

The busy instances of this service.

[Visual Basic .NET]
Public Property ServiceName As String
[C#]
public string ServiceName {get; set;}
[C++]
HRESULT get_BusyInstances(
  long* pCount
);
[C++]
HRESULT put_BusyInstances(
  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