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 Overload List
  Name Description
Public Method CallInterceptorHelper<T>.Add<T1, T2> (Expression<Func<T, T1, T2>>, Func<CallInterceptionData, T1, T2>) Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method CallInterceptorHelper<T>.Add<T1, T2> (Expression<Action<T, T1, T2>>, Action<CallInterceptionData, T1, T2>) Creates new CallInterceptor for the given method and adds it to the interceptors collection.