| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ThreadLocalTargetSource.Invoke Method
Increments Invocations and Hits statistics
[Visual Basic]
Public NotOverridable Sub Invoke( _
ByVal
invocation As
IMethodInvocation _
) _
Parameters
-
invocation
- The method invocation joinpoint
Return Value
The result of the call to IJoinpoint.Proceed(), might be intercepted by the interceptor.
Implements
IMethodInterceptor.Invoke
Exceptions
| Exception Type |
Condition |
|
Exception
|
if the interceptors or the target-object throws an exception. |
See Also
ThreadLocalTargetSource Class | Spring.Aop.Target Namespace