AcquiredCount Property (Read Only)
Returns the ammount of allocated obejcts that are in use.
VB.NET Syntax
[Integer =] Pool.AcquiredCount
C# Syntax
[int =] Pool.AcquiredCount;
See also Count and ReleasedCount properties.