PoolT Properties |
The PoolT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Available |
Gets the number of available objects.
|
![]() | MaxSize |
Gets the maximum size. Value must be >= 0.
A value of 0 indicates no maximum.
|
![]() | MinSize |
Gets the minimum size. Value must be >= 0.
|
![]() | Size |
Gets the current size of the pool.
|