I'm reading out some contacts with desktop client from my google
account. I've added 5 users to the Contactlist in my Gmail account.

Whenever I change data on www.gmail.com, it takes some minutes, for
actually seeing the same set differences on my client, which I use to
query my Gmail Contactlist.

I currently have this in my program:
                ((GDataRequestFactory)
contactService.RequestFactory).KeepAlive = false;
Would I be better off (altough I've tried it, and don't see any
change) to change the time out values like this?
                // Setting the time-out manually
                ((GDataRequestFactory)
contactService.RequestFactory).Timeout = 5000; // 5 secs

Or should I be flushing local resources, my feed, ... I can't find it
why it shows immediately on Gmail.com (which might still not be 100%
committed to the big GoogleDataContacts-database, ofcourse, logic) but
not when querying for it. Any ideas?

Thanks in advance,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to