| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicMethodInvocation.PrepareMethodInvocationForProceed Method
Creates a new DynamicMethodInvocation instance from the specified IMethodInvocation and increments the interceptor index.
[Visual Basic]
Protected Overrides Sub PrepareMethodInvocationForProceed( _
ByVal
invocation As
IMethodInvocation _
)
Parameters
-
invocation
- The current IMethodInvocation instance.
Return Value
The new IMethodInvocation instance to use.
See Also
DynamicMethodInvocation Class | Spring.Aop.Framework Namespace