Raising an event

  • Thread starter Thread starter Jonel
  • Start date Start date
J

Jonel

Hi,

let's say i have a class with a custom event and it has one member function
that i ran asynchronously and that member function raises the custom event,
would any class that subscribe in that event receive a notification from
that member function even tho it was run asynchronously?

thanks,
Jonel
 
Jonel,
let's say i have a class with a custom event and it has one member function
that i ran asynchronously and that member function raises the custom event,
would any class that subscribe in that event receive a notification from
that member function even tho it was run asynchronously?


Yes, on the thread that raises the event.



Mattias
 
Back
Top