ReleasedCount Property (Read Only)

Top  Previous  Next

Returns the ammount of allocated obejcts that are available.

 

VB.NET Syntax

 

[Integer =] Pool.Count

 

C# Syntax

 

[int =] Pool.ReleasedCount;

 

 

See also Count and AcquiredCount properties.