| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
SimplePoolTargetSource.GetTarget Method
Returns the target object (acquired from the pool).
[Visual Basic]
Public Overrides Sub GetTarget() _
[C#]
public override
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
SimplePoolTargetSource Class | Spring.Aop.Target Namespace