G
George Nentidis
Hi there all,
I am starting an asyncronous call to a method passing
a callback delegate.
(More specifically a BeginRead in a network stream).
But there are times that I wish to cancel the asynchronous call
before it finishes, before the delegate is called.
How can I do that? Any ideas?
Thank you all in advance...
George
I am starting an asyncronous call to a method passing
a callback delegate.
(More specifically a BeginRead in a network stream).
But there are times that I wish to cancel the asynchronous call
before it finishes, before the delegate is called.
How can I do that? Any ideas?
Thank you all in advance...
George