Size Property (Read/Write) |
Top Previous Next |
Specifies the maximun ammount of objects for the pool.
Visual Basic Syntax
TNBXPOOL.Size [= Integer]
Remarks
When the pool size is exausted, no more objects are allocated and calls to Acquire return null objects.
|