Свойство | Тип | Описание | |
---|---|---|---|
Dispose | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
TerminateWorker ( int waitTimeInMilliSec = Timeout.Infinite ) : TerminateResult |
Wait for worker thread to terminate, and if not terminated, then Terminate.
|
|
WorkerThreadInfinite ( ThreadLifePolicy policy ) : System |
Default Constructor
|
|
WorkerThreadInfinite ( |
Default copy constructor
|
Метод | Описание | |
---|---|---|
execute ( ) : void |
Actual infinite-looping Thread Code.
|
Метод | Описание | |
---|---|---|
Dispose ( bool isDisposing ) : void |
public TerminateWorker ( int waitTimeInMilliSec = Timeout.Infinite ) : TerminateResult | ||
waitTimeInMilliSec | int | the time-out interval, in milliseconds. |
Результат | TerminateResult |
public WorkerThreadInfinite ( ThreadLifePolicy policy ) : System | ||
policy | ThreadLifePolicy | the life policy of this worker thread. |
Результат | System |
public WorkerThreadInfinite ( |
||
b | the object to copy from | |
Результат | System |