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