Creates a new instance of the CallInterceptionData class.
Declaring type: CallInterceptionData
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptionData (
        object[] parameters,
        Func<IMethodCallMessage, ReturnMessage> remoteInvoker,
        IMethodCallMessage remotingMessage
) 
Parameters
parameters
Parameter values of the intercepted call
remoteInvoker
Delegate for remote invocation
remotingMessage
Remoting message