| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPoolingTargetSource.MaxSize Property
The maximum number of object instances in this pool.
[Visual Basic]
Public NotOverridable Property MaxSize() As
Integer _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public
int MaxSize { public get; public set; }
Implements
PoolingConfig.MaxSize
See Also
AbstractPoolingTargetSource Class | Spring.Aop.Target Namespace