G
Guest
Could someone recommend an indepth book(s) or set of articles on Events,
Threading and Delegates under C#?
We have run into a problem in which when an event was subscribed in code
that the program never returned from the event subscription. No errors were
thrown but the program just hung there. It was resolved by another member of
the team by moving the location of a System.Threading.Monitor class. This
solved the problem but I would like to find out more about the subject of
events, delegates and threads; and how to properly handle them.
Any suggestions would be appreciated.
Threading and Delegates under C#?
We have run into a problem in which when an event was subscribed in code
that the program never returned from the event subscription. No errors were
thrown but the program just hung there. It was resolved by another member of
the team by moving the location of a System.Threading.Monitor class. This
solved the problem but I would like to find out more about the subject of
events, delegates and threads; and how to properly handle them.
Any suggestions would be appreciated.