Creates new CallInterceptor for the given method.
Declaring type: CallInterceptorBuilder<T>
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptor Action<T1> (
        Expression<Action<T, T1>> expression,
        Action<CallInterceptionData, T1> handler
) 
Type Parameters
T1

There is no description.

Parameters
expression
LINQ expression of the method to intercept.
handler
Interception handler.
Return Value

There is no description.