Skip to content

Commit

Permalink
Merge pull request #2234 from microsoftgraph/andrueastman-patch-1
Browse files Browse the repository at this point in the history
Update upgrade-to-v5.md
  • Loading branch information
andrueastman authored Nov 28, 2023
2 parents e3d59b6 + 6b86af6 commit da4968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-to-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if (pageIterator.State == PagingState.Delta)
// call delta again with the deltaLink to get the next page of results
Console.WriteLine("Calling delta again with deltaLink");
Console.WriteLine("DeltaLink url is: " + pageIterator.Deltalink);
await pageIterator.IterateAsync();
await pageIterator.ResumeAsync();
}
```

Expand Down

0 comments on commit da4968e

Please sign in to comment.