Méthode | Description | |
---|---|---|
HanoiThread ( int maxStackSize ) : System | ||
HanoiThread ( string name ) : System | ||
HanoiThread ( string name, int maxStackSize ) : System | ||
Run ( ) : void |
AbstractWorkerThread가 기본적으로 void DoWork()를 호출하지만, override 해서 DoWork()를 새로 정의할 수 있다.
|
Méthode | Description | |
---|---|---|
DoShutDown ( ) : void | ||
DoWork ( ) : void | ||
DoWork ( int level, char posA, char posB, char posC ) : void |
protected DoWork ( int level, char posA, char posB, char posC ) : void | ||
level | int | |
posA | char | |
posB | char | |
posC | char | |
Résultat | void |
public HanoiThread ( int maxStackSize ) : System | ||
maxStackSize | int | |
Résultat | System |
public HanoiThread ( string name ) : System | ||
name | string | |
Résultat | System |
public HanoiThread ( string name, int maxStackSize ) : System | ||
name | string | |
maxStackSize | int | |
Résultat | System |