Cancel Invoke

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Roby said:
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?

There isn't a way to do this.

Richard
 
Back
Top