invoking 2 targets with Castle.DynamicProxy
Posted
by Paperino
on Stack Overflow
See other posts from Stack Overflow
or by Paperino
Published on 2010-01-19T00:55:32Z
Indexed on
2010/05/27
22:01 UTC
Read the original article
Hit count: 303
castle-dynamicproxy
Say I have an interface IInterface. Say I have 2 implementations of the same IInterface (foo & bar). Is it possible to invoke the same method on both targets?
© Stack Overflow or respective owner