line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Add async support to the generated classes #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The generated class currently only exposes synchronouse methods and uses 
synchronouse network calls. For silverlight and windows phone 7 this is an 
unsupported operation. For other environments  it is well worth having an async 
option. I propose adding another method for each discovery method which returns 
a Task<Stream> or Task<ReturnType> and uses the async network operations.

Original issue reported on code.google.com by davidwat...@google.com on 6 Jan 2011 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 1 Jun 2011 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 27 Jul 2011 at 11:09