Thread raising event gets blocked by handlers?
Posted
by bsobaid
on Stack Overflow
See other posts from Stack Overflow
or by bsobaid
Published on 2010-06-16T20:54:39Z
Indexed on
2010/06/16
21:02 UTC
Read the original article
Hit count: 194
I am raising an event from managed C++ which is handled by a C# app. Is the C# event handler executed on the same thread it was raised from C++ ??
In other words, Is raising event blocking for C++ until it is completely handled by C#?
© Stack Overflow or respective owner