Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. SearchDelegate[] dlgt = new SearchDelegate[numSearches];
  2. IAsyncResult[] ar = new IAsyncResult[numSearches];
  3.  
  4. for (int i = 0; i < numSearches; i++)
  5. {
  6. ar[i] = dlgt[i].BeginInvoke(....);
  7. }
Add Comment
Please, Sign In to add comment