Community

Calling .NET Methods With and Without Async

(Peter Vogel) Let’s say that you have an asynchronous method — a method that looks something like this one that returns a Customer object wrapped inside a Task object: