ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.MaximumInstances Property

The maximum instances of this machine.

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