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