hopefully there are some working samples
else any place where to start looking
Ideally should be able to able to execute methods on Background/Foreground method as marked/attributed
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try this implementation of an event broker from CodeProject.
It is based on attributes and supports thread synchronization, weak references (so as not to interfere with garbage collection) and a simple hierarchy system.
I haven’t used it myself but the author states that it is based on the event broker from Composite (UI) Application Block which I have found quite useful.