Solved

When an Async Method Encounters an Await Expression: If the Asynchronous

Question 5

Multiple Choice

When an async method encounters an await expression: If the asynchronous task has already completed,________.


A) the async method simply continues executing
B) the async method splits off another thread
C) the await method is called
D) the async method terminates

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions