11/11/2015
•
EN
Explicitly switch to the UI thread in an async method
Explains how to explicitly switch back to the UI thread in async C# code, especially after using ConfigureAwait(false), with solutions like custom awaiters.