Mono Class Library: System.Threading.Thread Overview | Members

System.Threading.Thread.Abort Overloads

The overloads of Abort are listed below. For a list of all members, see the Thread Members list.

Public Methods

Abort()
Raises a System.Threading.ThreadAbortException in the thread on which it is invoked to begin the process of terminating the thread. In all but the most extraordinary situations, calling this method will terminate the thread.
Abort(object)
Raises a System.Threading.ThreadAbortException in the thread on which it is invoked to begin the process of terminating the thread. In all but the most extraordinary situations, calling this method will terminate the thread.