Method | Description | |
---|---|---|
Worker ( ThreadPool pool, Work work ) : System.Collections |
Construct with name and initial work to execute.
|
|
equals ( object o ) : bool |
Equality must be reference for storage in a hash table.
|
|
run ( ) : void |
A worker thread loops repeatly executing work until it times out.
|
Method | Description | |
---|---|---|
run ( Work work ) : void |
public Worker ( ThreadPool pool, Work work ) : System.Collections | ||
pool | ThreadPool | |
work | Work | |
return | System.Collections |