Executed each time a service remote invocation is requested allowing a pluggable behavior
for service execution. The aspect can decide whether to return the execution result value by
setting the ResultValue or
to proceed with the execution process pipeline by using Proceed()()()()
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void Intercept( IInvocationInterception invocation, Object service )
Sub Intercept ( _ invocation As IInvocationInterception, _ service As Object _ )
void Intercept( IInvocationInterception^ invocation, Object^ service )
void Intercept( IInvocationInterception invocation, Object service )
Parameters
- invocation (IInvocationInterception)
- Object representing the invocation interception.
- service (Object)
- The service the invocations refers to.