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?
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?