Asynchronous Programming in the .NET Framework 4.5

Rename the PollItem method to Poll Item Async.If you are working in C#, use Visual Studio R efactoring feature to rename any reference to the method. Otherwise, rename the PollItem method call to PollItemAsync in the DownloadItemAsync method. ................
................