VDSoft / TheTVDBApi

A .NET api for the TheTVDB.com database
GNU General Public License v3.0
5 stars 8 forks source link

Changing WebInterface to use await/async #5

Closed arbrown closed 9 years ago

arbrown commented 9 years ago

Although the method signatures were async, the web service calls were actually synchronous. I changed them to use the new DownloadDataTaskAsync and 'await'ed the results.

This comes after my previous PR but could be separated into a separate PR if necessary.