SyntaxFix
Write A Post
Hire A Developer
Questions
My answer is simple you can not await void method
Error CS4008 Cannot await 'void' TestAsync e:\test\TestAsync\TestAsyncProgram.cs
So if the method is async it is better to be awaitable, because you can loose async advantage.