Multiple Choice
WebClient's ________ method terminates its executing asynchronous task.
A) TerminateAsync
B) CancelAsync
C) DeleteAsync
D) RemoveAsync
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Executing asynchronous methods in separate threads on
Q2: In effect,an async method allows you to
Q5: When an async method encounters an await
Q9: Task property _ returns the value returned
Q21: A MethodInvoker (namespace System.Windows.Forms)is a _.<br>A) a
Q23: When updating a control from a non-GUI
Q26: _ programming is a technique for writing
Q29: The _ delegate represents any method that
Q34: If a long-running calculation were to be
Q35: A method is declared async to indicate