eshivakant / 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

Allow .FetchAsync() requests without a specified method delegate #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some requests like POST/UPDATE might not require any action after the request 
has been initiated. The .FetchAsync() method should support such a case through 
either a null-parameter, or an overload.

e.g.

  request.FetchAsync();

Original issue reported on code.google.com by mlin...@google.com on 26 Jul 2011 at 6:18

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4814053/

Original comment by mlin...@google.com on 26 Jul 2011 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 1 Aug 2011 at 7:22