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, T2, T3> (
        Expression<Action<T, T1, T2, T3>> expression,
        Action<CallInterceptionData, T1, T2, T3> handler
) 
Type Parameters
T1

There is no description.

T2

There is no description.

T3

There is no description.

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

There is no description.