A remote invocation aspect allows to wrap the invocation of the proxy side.
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IRemoteInvocationAspect
Public Interface IRemoteInvocationAspect
public interface class IRemoteInvocationAspect
public interface IRemoteInvocationAspect
| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
| Intercept(IInvocationInterception) | 
            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()()()  | 
