Share via


Thread.Abort Method

Raises a ThreadAbortException exception in the thread on which it is invoked. This begins the process of terminating the thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)

Syntax

[MethodImplAttribute]
public void Abort ()

Remarks

Calling this method usually terminates the thread on which it is called.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace