| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPoolingTargetSource.GetTarget Method
Returns the target object (acquired from the pool).
[Visual Basic]
Public MustOverride Sub GetTarget() _
[C#]
public abstract
object GetTarget();
Return Value
The target object (acquired from the pool).
Implements
ITargetSource.GetTarget
Exceptions
| Exception Type |
Condition |
|
Exception
|
If unable to obtain the target object. |
See Also
AbstractPoolingTargetSource Class | Spring.Aop.Target Namespace