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