Skip to content

Instantly share code, notes, and snippets.

@vmandic
Created October 13, 2018 18:15
Show Gist options
  • Save vmandic/1ab9f740c650df800538f4992fd82dd8 to your computer and use it in GitHub Desktop.
Save vmandic/1ab9f740c650df800538f4992fd82dd8 to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 6
Task<IDocument[]> DownloadHtmlDocuments() =>
Task.WhenAll(
_browsingContext.OpenAsync(CURRENT_LISTS_URL),
_browsingContext.OpenAsync(ARCHIVE_LISTS_URL)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment