Event execution question

  • Thread starter Thread starter kpg
  • Start date Start date
K

kpg

Hi all,

Suppose I have a class in my project that raises an event, and the code
that that uses this class consumes the event and does some processing as a
result.

Question: In the routine of the class the raises the event, does execution
wait until the event consumer has finished its processing before execution
proceeds?


Thanks,

kpg
 
kpg said:
Hi all,

Suppose I have a class in my project that raises an event, and the code
that that uses this class consumes the event and does some processing as a
result.

Question: In the routine of the class the raises the event, does
execution
wait until the event consumer has finished its processing before execution
proceeds?


Thanks,

kpg

Yes.
 
Back
Top