| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPoolingTargetSource.CreatePool Method
Create the pool.
[Visual Basic]
Protected MustOverride Sub CreatePool( _
ByVal
factory As
IObjectFactory _
)
Parameters
-
factory
- The owning IObjectFactory, in case one needs collaborators from it (normally one's own properties are sufficient).
Exceptions
| Exception Type |
Condition |
|
Exception
|
In the case of errors encountered during the creation of the pool. |
See Also
AbstractPoolingTargetSource Class | Spring.Aop.Target Namespace