| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
SimplePoolTargetSource.MakeObject Method
Creates an instance that can be returned by the pool.
[Visual Basic]
Public Overridable Sub MakeObject() _
[C#]
public virtual
object MakeObject();
Return Value
An instance that can be returned by the pool.
Implements
IPoolableObjectFactory.MakeObject
See Also
SimplePoolTargetSource Class | Spring.Aop.Target Namespace | MakeObject