K
Kyle Jedrusiak
I need some clarrification.
I have a class called ChatManager that will manage the interaction between
the ClientUI (WinForm) and the chat server.
The ChatManager will have a number of public events.
When the ClientUI is instantiated it will subscribe to these events
providing its own methods to be used as event handlers.
In the ChatManager code when I raise a particular event...which in turn
calls the delegate...
Will the delegate execute on the same thread as the ClientUI (which it must
do to update the WinForm) or does it execute on some other thread?
Kyle!
I have a class called ChatManager that will manage the interaction between
the ClientUI (WinForm) and the chat server.
The ChatManager will have a number of public events.
When the ClientUI is instantiated it will subscribe to these events
providing its own methods to be used as event handlers.
In the ChatManager code when I raise a particular event...which in turn
calls the delegate...
Will the delegate execute on the same thread as the ClientUI (which it must
do to update the WinForm) or does it execute on some other thread?
Kyle!