ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.FreeInstances Property

The free instances of this machine.

[Visual Basic .NET]
Public Property FreeInstances As Integer
[C#]
public int FreeInstances {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

IDiscoveryServerMachineStatistics Interface