I have an application that will upload files. I do not want my application to stop while the file is loading, so I want to execute the task asynchronously. I have something like this:
class Program { static void Main(string[] args) {
Exceptions are handled internally, so this is not a problem.
Is it possible to use async / away, how to shoot, and forget about it?
Bruno klein
source share