You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PageIterator implementation requires the caller to have a callback function to process the individual items in the list, and it's impossible to use the modern IAsyncEnumerable pattern.
Please provide an overload to the CreatePageIterator function to return an IAsyncEnumerable directly, without requiring the callback.
The text was updated successfully, but these errors were encountered:
The current PageIterator implementation requires the caller to have a callback function to process the individual items in the list, and it's impossible to use the modern IAsyncEnumerable pattern.
Please provide an overload to the CreatePageIterator function to return an IAsyncEnumerable directly, without requiring the callback.
The text was updated successfully, but these errors were encountered: