An async method can perform other statements between those that launch an asynchronous Task and await the Task’s results. In such as case, the method continues executing those statements after launching the asynchronous Task until it reaches ________.

a) the await expression
b) the return statement
c) the Task return
d) the async return

a) the await expression

Computer Science & Information Technology

You might also like to view...

Which of the following characters is used to precede a function call?

a) ? b) ! c) * d) &

Computer Science & Information Technology

Wide area networks carry both data and voice.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology