Schedule List: Next Page?

Hi,

If one has many schedules (eg a few thousand), then how does one get a list of all of them? Assuming it is a bad idea to set the pagesize to a very large number. Thanks!

Albert

Hi Albert,

New page is fetched on demand as you call iterator.HasNext().

See the implementation details below: