NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Thread.Abort

Raises a ThreadAbortException in the thread, which usually results in the thread's death.

Overload List

Raises a ThreadAbortException in the thread, which usually results in the thread's death.

[Visual Basic] Overloads Public Sub Abort(Object)
[C#] public void Abort(Object);
[C++] public: void Abort(Object*);
[JScript] public function Abort(Object);

Raises a ThreadAbortException in the thread, which usually results in the thread's death.

[Visual Basic] Overloads Public Sub Abort()
[C#] public void Abort();
[C++] public: void Abort();
[JScript] public function Abort();

See Also

Thread Class | Thread Members | System.Threading Namespace