This document is archived and information here might be outdated.  Recommended version.


IServerObjectConfigurationStatus.InstanceCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationStatus Interface > IServerObjectConfigurationStatus.InstanceCount Property
ArcGIS Developer Help

IServerObjectConfigurationStatus.InstanceCount Property

Number of instances of server objects for a particular configuration that are currently running in the GIS server.

[Visual Basic .NET]
Public ReadOnly Property InstanceCount As Integer
[C#]
public int InstanceCount {get;}
[C++]
HRESULT get_InstanceCount(
  System.Int32* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The InstanceCount is the numner of instances of server objects defined by the server object configuration that are currently running within the server.

See Also

IServerObjectConfigurationStatus Interface