ArcObjects Library Reference (GISClient)  

IDiscoveryServiceStatistics.FreeInstances Property

The free instances of this service.

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