Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. files = new[] { file1, file2, ..., file1000 };
  2. Parallel.ForEach(files, file => {
  3. Download(file);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement