ArcObjects Library Reference (GISClient)  

IDiscoveryServiceStatistics.NotCreatedInstances Property

The not created instances of this service.

[Visual Basic .NET]
Public Property BusyInstances As Integer
[C#]
public int BusyInstances {get; set;}
[C++]
HRESULT get_NotCreatedInstances(
  long* pCount
);
[C++]
HRESULT put_NotCreatedInstances(
  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