AcquiredCount Property (Read Only) |
Top Previous Next |
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.
|