Cancelling a BeginInvoke on a delegate

Visual Studio355
Although I am aware of methods to kill an existing thread that is

explicitly created in code, I am wondering if a method exists to do so

with a pool thread that would be used when calling BeginInvoke on a

delegate? I suspect that there isn't, but have been unable to confirm

this suspicion.



Thanks.


-