Finds a matching call interceptor for a specified method call.
Declaring type: CallInterceptorCollection
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptor FindMatchingInterceptor (
        Type interfaceType,
        string uniqueName,
        IMethodCallMessage remotingMessage
) 
Parameters
interfaceType
Componenet interface type
uniqueName
Unique name of the intercepted component.
remotingMessage
Remoting message from proxy
Return Value
Call interceptor or null