Метод | Описание | |
---|---|---|
ThreadWatcher ( Thread threadToWatch, System.Action onEnd ) : System |
Watch a thread, and perform an action when it ends
|
Метод | Описание | |
---|---|---|
IsValidAndRunning ( Thread threadToWatch ) : bool | ||
ThreadLoop ( ) : void |
public ThreadWatcher ( Thread threadToWatch, System.Action onEnd ) : System | ||
threadToWatch | Thread | Thread to watch |
onEnd | System.Action | Action to perform when thread exits |
Результат | System |