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 (
        Expression<Action<T>> expression,
        CallInterceptionDelegate handler
) 
Parameters
expression
LINQ expression of the method to intercept.
handler
Interception handler.
Return Value

There is no description.