Multiple Choice
The async and await mechanism does not create new threads.The method that you call to start an asynchronous task on which you ________ the results is responsible for creating any threads that are used to perform the asynchronous task.
A) await
B) process
C) discard
D) save
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Visual C# apps can have multiple threads
Q14: Handling short computations in the GUI thread
Q15: WebClient's _ method terminates its executing asynchronous
Q16: The async modifier indicates that a method
Q17: Class Task is part ofNET's Task Parallel
Q19: A Task promises to _.<br>A) behave itself<br>B)
Q20: Only computers that have _ can truly
Q21: A MethodInvoker (namespace System.Windows.Forms)is a _.<br>A) a
Q22: When you await a Task,if that Task
Q23: When updating a control from a non-GUI