ArcObjects Library Reference (Server)  

IServerStatus.InstanceInUseCount Property

The number of currently running server object instances in use by clients of the ArcGIS server.

[Visual Basic .NET]
Public Function get_InstanceInUseCount ( _
    ByVal access As esriAccessLevel _
) As Integer
[C#]
public int get_InstanceInUseCount (
    esriAccessLevel access
);
[C++]
HRESULT get_InstanceInUseCount(
  esriAccessLevel access,
  long* pVal
);
[C++]

Parameters

access [in]

  access is a parameter of type esriAccessLevel

pVal [out, retval]   pVal is a parameter of type long

Product Availability

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

See Also

IServerStatus Interface