all groups > dotnet remoting > may 2004 >
You're in the

dotnet remoting

group:

Aborting a thread calling a metod on a remote object


Aborting a thread calling a metod on a remote object Max Samookha
5/29/2004 1:19:22 PM
dotnet remoting: There's a local thread calling a method on a remote object.
When aborting the thread, ThreadAbortException is not thrown untill the
remote method call returns.

Is there any way to abort the thread immediately without waitng for the
method to return? Thanks.
Re: Aborting a thread calling a metod on a remote object Sunny
6/1/2004 12:06:27 PM
Hi,
you may try to invoke your remote method async.
Then the thread will abort while in WaitOne state.

Sunny

In article <ekApFaWREHA.3052@TK2MSFTNGP12.phx.gbl>, max@lingvirtual.com
says...
[quoted text, click to view]
AddThis Social Bookmark Button