Guest User

Untitled

a guest
Jun 30th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Dim retval As String = Await rucap.GetAnswer("", ??? )
  2.  
  3. Dim cancelToken As CancellationTokenSource = New CancellationTokenSource
  4. Dim retval As String = Await rucap.GetAnswer("", cancelToken.Token)
Add Comment
Please, Sign In to add comment