This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationStatus Interface > IServerObjectConfigurationStatus.InstanceCount Property (ArcObjects .NET 10.4 SDK) |
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
The InstanceCount is the numner of instances of server objects defined by the server object configuration that are currently running within the server.