G
Guest
Hi,
I created a async method using delegate and I 'm running it using
BeginInvoke.
I know when it is complete and I can wait until it finishes, but I just
cann't find a way to cancel it.
How can I cancel the begininvoke? And one last thing. To have a async
method, is better to use begininvoke or a classs thread?
I created a async method using delegate and I 'm running it using
BeginInvoke.
I know when it is complete and I can wait until it finishes, but I just
cann't find a way to cancel it.
How can I cancel the begininvoke? And one last thing. To have a async
method, is better to use begininvoke or a classs thread?