Returns strong-typed call interceptor builder for the component with the specified interface.
Declaring type: CallInterceptor
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static CallInterceptorBuilder<TInterface> For<TInterface> (
        string uniqueName
) 
Type Parameters
TInterface
Component interface.
Parameters
uniqueName
Unique name of the component.
Return Value

There is no description.