Questions
- What does TAP stand for?
- What parameter type identifies that an asynchronous operation can be canceled?
- What parameter type is passed into an asynchronous task to provide progress updates?
- Explain
async,await, andTask. - How do you cancel an asynchronous operation?
- How do you report on an asynchronous operation's progress?