Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Please, choose what is true about async methods:
The caller of a void-returning async method can't await it
If the method with async modifier doesn't contain an await expression or statement the compiler will generate a compilation error.
Without an await expression or statement a method with async modifier will execute synchronously.
async method can declare in, ref and out parameters
An async method runs asynchronously until it reaches its first await expression
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!