Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public void DoStuff()
  2. {
  3. GetIntAsync().ContinueWith((res) =>
  4. {
  5. // Do something with res
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement