Async Sample: Make Multiple Web Requests in Parallel (C# and Visual Basic)
This async sample contains the code for How to: Make Multiple Web Requests in Parallel. The sample shows you how to separate creating a task from awaiting the task if your program has other work to accomplish that doesn’t depend on the completion of the task.