Skip to content

Instantly share code, notes, and snippets.

@scattered-code
Last active January 6, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scattered-code/2ec972a3432ddf794032a3ad71ccb460 to your computer and use it in GitHub Desktop.
Save scattered-code/2ec972a3432ddf794032a3ad71ccb460 to your computer and use it in GitHub Desktop.
await GetDocumentsFromDatabase(session).ForEachAsync(dop: 20, body: async entry =>
{
_logger.Info($"Processing entry '{entry.Id}'");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment