To do this asynchronously, just create one client in each thread of your application, and have each thread make calls asynchronously. Each thread should wait a few seconds if it gets an error, and retry the request, as there is an overall rate limit on requests per application.
Thanks, -Vic On Tue, Nov 22, 2011 at 11:40 AM, anboko <[email protected]> wrote: > Hello. > > I am planning to use the SpreadsheetsService to do some uptates from a c# > application. > > The examples in the Develop guide, is all synchronous. Its seems like it > can all also be done in a Asynchronous, can someone links to examples for > this. > > Or say something about it in general. > > Best regards. > > >
