SyntaxFix
Write A Post
Hire A Developer
Questions
Asynchronous version:
private async Task DoAsync() { await Task.Run(async () => { //Do something awaitable here }); }