

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following operator is applied to an operand in an asynchronous method or lambda expression to suspend execution of the method until the awaited task completes? |
A. | AddressOf |
B. | Await |
C. | GetType |
D. | Function Expression |
Answer» C. GetType | |