C# Класс DCT.Threading.ThreadEngine

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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