G
Guest
Hi all
When .NET fires and event, does the event handler execute under a new
thread, or does it execute under the primary application thread?
Basically if I have events firing, do the event handlers themselves need to
spawn need threads, or can I safely assume the event handler is already
running under a new thread?
Thanks!
When .NET fires and event, does the event handler execute under a new
thread, or does it execute under the primary application thread?
Basically if I have events firing, do the event handlers themselves need to
spawn need threads, or can I safely assume the event handler is already
running under a new thread?
Thanks!