Click or drag to resize

ManagedThreadAbort Method

Overload List
  Name Description
Public method Abort Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread.
Public method Abort(Object) Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread.
Top
See Also