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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top