Creates new CallInterceptor for the given method.
Declaring type: CallInterceptorBuilder<T>
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptor Action (
        Expression<Action<T>> expression,
        CallInterceptionDelegate handler
) 
Parameters
expression
LINQ expression of the method to intercept.
handler
Interception handler.
Return Value

There is no description.