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