A service execution aspect allows to wrap the execution of "server side" service.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IServiceExecutionAspect
Public Interface IServiceExecutionAspect
public interface class IServiceExecutionAspect
public interface IServiceExecutionAspect
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
Intercept(IInvocationInterception, Object) |
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()()()() |