ArcObjects Library Reference (Server)  

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(
  long* 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