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