Méthode |
Description |
|
Clear ( ) : void |
|
|
Do ( Thread t ) : void |
|
|
Do ( System.Threading.ThreadHandler h ) : void |
|
|
DoNonBlocking ( Thread t ) : void |
|
|
DoNonBlocking ( System.Threading.ThreadHandler h ) : void |
|
|
DoParameterized ( ParameterizedThreadHandler h, object o ) : void |
|
|
DoParameterized ( Thread t, object o ) : void |
|
|
DoParameterizedNonBlocking ( ParameterizedThreadHandler h, object o ) : void |
|
|
DoParameterizedNonBlocking ( Thread t, object o ) : void |
|
|
Enqueue ( Thread t ) : void |
|
|
Enqueue ( System.Threading.ThreadHandler h ) : void |
|
|
Process ( int num ) : void |
|
|
Process ( int num, bool block ) : void |
|
|
ProcessAll ( ) : void |
|
|
ProcessNonBlocking ( int num ) : void |
|
|
Sleep ( int ms ) : void |
|
|
ThreadEngine ( ) : System.Collections.Generic |
|
|
ThreadEngine ( int max, int delay ) : System.Collections.Generic |
|
|