T
Tiberiu Covaci
Hi all,
I'm trying to be "smart" and have some kind of dynamic event invocation. I
have differfent events, all of them raised by my application. Because I do
not want to wait for some answers I call BeginInvoke and send EndInvoke as a
parameter for my callback method.
Now. What I want to do I something similar, but using reflection. Instead of
having a switch based on the event name I would like to use EventInfo from
System.Reflection. Everithing works fine, if I useInvoke Method, but how
sould I do this for async call?
Thanks
Tibi.
I'm trying to be "smart" and have some kind of dynamic event invocation. I
have differfent events, all of them raised by my application. Because I do
not want to wait for some answers I call BeginInvoke and send EndInvoke as a
parameter for my callback method.
Now. What I want to do I something similar, but using reflection. Instead of
having a switch based on the event name I would like to use EventInfo from
System.Reflection. Everithing works fine, if I useInvoke Method, but how
sould I do this for async call?
Thanks
Tibi.