Méthode | Description | |
---|---|---|
Kill ( Thread thread ) : void |
Do our best to Kill a thread
|
|
Kill ( Thread thread, object stateInfo ) : void |
Do our best to kill a thread, passing state info
|
public static Kill ( Thread thread ) : void | ||
thread | Thread | The thread to kill |
Résultat | void |
public static Kill ( Thread thread, object stateInfo ) : void | ||
thread | Thread | The thread to kill |
stateInfo | object | Info for the ThreadAbortException handler |
Résultat | void |