Method EndThread
EndThread(ref Thread?)
Calls Interrupt() and clears ref parameter.
public static void EndThread(ref Thread? thread)
Parameters
thread
ThreadThe thread to interrupt.
Calls Interrupt() and clears ref parameter.
public static void EndThread(ref Thread? thread)
thread
ThreadThe thread to interrupt.