Strong-typed builder for individual call interceptors.
Declaring type: CallInterceptorBuilder<T>
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method CallInterceptorBuilder Overloaded. Initializes a new instance of the CallInterceptorBuilder<T> class.
Collapse/Expand Public Methods
  Name Description
Public Method Action Creates new CallInterceptor for the given method.
Public Method Action<T1> Creates new CallInterceptor for the given method.
Public Method Action<T1, T2> Creates new CallInterceptor for the given method.
Public Method Action<T1, T2, T3> Creates new CallInterceptor for the given method.
Public Method Action<T1, T2, T3, T4> Creates new CallInterceptor for the given method.
Public Method Action<T1, T2, T3, T4, T5> Creates new CallInterceptor for the given method.
Public Method Func<T1> Creates new CallInterceptor for the given method.
Public Method Func<T1, T2> Creates new CallInterceptor for the given method.
Public Method Func<T1, T2, T3> Creates new CallInterceptor for the given method.
Public Method Func<T1, T2, T3, T4> Creates new CallInterceptor for the given method.
Public Method Func<T1, T2, T3, T4, T5> Creates new CallInterceptor for the given method.
Collapse/Expand Public Properties
  Name Description
Public Property UniqueName Gets the unique name of the intercepted component.