Size Property (Read/Write) |
Top Previous Next |
Specifies the maximun ammount of objects for the pool.
VB.NET Syntax
Pool.Size [= Integer]
C# Syntax
Pool.Size [= int];
Remarks
When the pool size is exhausted, no more objects are allocated and calls to Acquire methods return null objects.
|