Multiple Choice
Class WebClient's ________ method starts a new Task<string> in a separate thread and uses the URL specified as the method's string argument to request information from a web server.
A) RequestWebStringAsync
B) QueryWebStringAsync
C) StartTaskStringAsync
D) DownloadStringTaskAsync
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Task property _ returns the value returned
Q11: An app that performs synchronous tasks on
Q12: Because _,asynchronous Tasks are frequently used in
Q14: Handling short computations in the GUI thread
Q21: A MethodInvoker (namespace System.Windows.Forms)is a _.<br>A) a
Q22: When you await a Task,if that Task
Q27: Tasks that proceed independently of one another
Q30: A ListBox's _ property indicates the source
Q32: Today's _ computers,smartphones and tablets enable computers
Q33: An async method can perform other statements