Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Declaring type: CallInterceptorHelper<T>
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptorHelper<T> Add<T1, T2, T3, T4> (
        Expression<Func<T, T1, T2, T3, T4>> expression,
        Func<CallInterceptionData, T1, T2, T3, T4> handler
) 
Type Parameters
T1

There is no description.

T2

There is no description.

T3

There is no description.

T4

There is no description.

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

There is no description.