Click or drag to resize

PoolT Properties

The PoolT generic type exposes the following members.

Properties
  NameDescription
Public propertyAvailable
Gets the number of available objects.
Public propertyMaxSize
Gets the maximum size. Value must be >= 0. A value of 0 indicates no maximum.
Public propertyMinSize
Gets the minimum size. Value must be >= 0.
Public propertySize
Gets the current size of the pool.
Top
See Also