C# Class DCT.Threading.ThreadEngine

Afficher le fichier Open project: typpo/outwar-dca Class Usage Examples

Private Properties

Свойство Type Description
Clear void
Do void
Do void
DoNonBlocking void
DoNonBlocking void
DoParameterized void
DoParameterized void
DoParameterizedNonBlocking void
DoParameterizedNonBlocking void
Enqueue void
Enqueue void
Process void
Process void
ProcessAll void
ProcessNonBlocking void
Sleep void
ThreadEngine System.Collections.Generic
ThreadEngine System.Collections.Generic

Private Methods

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