C# 클래스 DCT.Threading.ThreadEngine

파일 보기 프로젝트 열기: typpo/outwar-dca 1 사용 예제들

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