Can I pass message parameter to ICallHandler implementation like this: var logic = container.Resolve<IBussinessLogic>(message);
Im using Unity as IoC container which works fine so far. Now I would like to use interception with a TypeMatchingRule and a LogCallHandler to log all calls to an interface IMyInterface. I\'m configuri
I have a class that implements two interfaces, and I want to apply interception to the class\'s methods.
I cannot get interception to work with Prism v2 (Oct 2009). I am trying to intercept the Setter for any Public Properties and then fire the Proper开发者_JS百科tyChanged event if the property has chang
So, i have this problem, and no one seems to be able to help. So rather than keep bashing away i\'m going to throw it out there for alternative ways to skin this particular cat.