Fork me on GitHub

Execute Asynchronous Operation

Instantiate an async worker and call RunWorkerAsync to start execution of the worker delegate on a background thread.

Simple Async Operation

Async Operation with Arguments