|
Hello. I've read through the all the articles I could find here (Chris Sells articles etc..) and am still totally confused. I have a: 1) Basic UI Form 2) Simple Class that has one Long-Running method and one Event - a "Finished" event.
What is the SIMPLEST way for a Form to: 1) Call a Class's LongRunning method asynchronously. 2) Handle the the "Finished" event from the async LogRunning method.
Please someone who knows, do not redirect to existing samples as they seem to convolute things more than clarify. MethodInvoke, Invoke, BeginInvoke etc... None of the samples seem to show the handling of Events fired from ASync method calls either.
ANY help in C# is appreciated - B |