Question 1  of   8

The Task return type is used

A. for an async method that returns a value.
B. for an async property.
C. for an async method that performs an operation but returns no value.
D. for an async event handler.