Hi normally I would do this with a Background Worker, but I would like to do it with C# Task instead, just to understand Task better.
The thing is that I have a clas
Task.Factory.StartNew(() => GenerateResult2()).ContinueWith(() => GenerateResult());