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

Batch documentation is missing generic Queue #489

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
request.Queue(service.Events.Insert(
should be
request.Queue<Event>(service.Events.Insert(

Original issue reported on code.google.com by pele...@google.com on 23 Sep 2014 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 23 Sep 2014 at 1:43

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 26 Sep 2014 at 7:08