This document is archived and information here might be outdated. Recommended version. |
The number of currently running server object instances in use by clients of this SOC machine.
[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,
System.Int32* pVal
);
[C++] Parameters access [in]
access is a parameter of type esriAccessLevel pVal [out, retval]
pVal is a parameter of type long*