90
C# Threading Example: Abort() method
The Abort() method is used to terminate the thread. It raises ThreadAbortException if Abort operation is not done.
Output:
Output is unpredictable because thread may be in running state.
Start of Main 0 End of Main
Next TopicC# Thread Join