events-urgent

  • Thread starter Thread starter reiks
  • Start date Start date
R

reiks

Can we post events in C#?

My requirement is that I call an event in a function,
but the event should execute at the end of the function,
after all the lines of code before the event gets called
and all the lines of code after the event are executed.

does .net supports this queuing of events?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top