Answer (Choose 1 answer)
Choose the correct information in asynchronous programming with ASP.NET Web API abou
B A. None of the others.
C B. Task<TResult>, for an async method that returns a value.
C. Task, for an async method that does not return a value.
D. void, which we can use for an event handler.
E. All of the others.
3