| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.PrepareMethodInvocationForProceed Method
Retrieves a new IMethodInvocation instance for the next Proceed method call.
[Visual Basic]
Protected MustOverride Sub PrepareMethodInvocationForProceed( _
ByVal
invocation As
IMethodInvocation _
)
Parameters
-
invocation
- The current IMethodInvocation instance.
Return Value
The new IMethodInvocation instance to use.
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace