Strong-typed builder for individual call interceptors.
|
Name |
Description |
 |
Action |
Creates new CallInterceptor for the given method. |
 |
Action<T1> |
Creates new CallInterceptor for the given method. |
 |
Action<T1, T2> |
Creates new CallInterceptor for the given method. |
 |
Action<T1, T2, T3> |
Creates new CallInterceptor for the given method. |
 |
Action<T1, T2, T3, T4> |
Creates new CallInterceptor for the given method. |
 |
Action<T1, T2, T3, T4, T5> |
Creates new CallInterceptor for the given method. |
 |
Func<T1> |
Creates new CallInterceptor for the given method. |
 |
Func<T1, T2> |
Creates new CallInterceptor for the given method. |
 |
Func<T1, T2, T3> |
Creates new CallInterceptor for the given method. |
 |
Func<T1, T2, T3, T4> |
Creates new CallInterceptor for the given method. |
 |
Func<T1, T2, T3, T4, T5> |
Creates new CallInterceptor for the given method. |
|
Name |
Description |
 |
UniqueName |
Gets the unique name of the intercepted component. |