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

There is no description.

T2

There is no description.

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

There is no description.