This document is archived and information here might be outdated. Recommended version. |
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*
The InstanceCount is the numner of instances of server objects defined by the server object configuration that are currently running within the server.