Hello Group,

I had a question about the RetrievePageOfUsers function.  I understand
the function takes a starting username and it will return a list of
100 users – starting from the given name, inclusively.

I’ve had some odd behavior in my application and narrowed it down to
this function.  My application is a multi-threaded GUI in C# that
spawns a maximum of 10 concurrent threads to Google while iterating
through an array that contains all beginning account Id’s for each set
of 100 users (our domain has 22,673 email accounts).  I noticed the
last call of this function, which does not return 100 accounts because
only 73 are remaining will eventually time out.

Why would this be happening? Is there something in the documentation
or some unwritten rule that states if it’s less than 100 users being
returned then it won’t return anything?  I’ve tried this with a small
application to isolate this and came up with the same result.

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to