Example #1
0
 private void LoadNextPageAsync()
 {
     if (pending == null && nextCursor != 0)
     {
         pending = parent.GetNextPageAsync(this, nextCursor);
     }
 }