Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
QueueWorkItem ( System.Action action ) : void |
Queues a work item.
|
|
Start ( ) : void |
Starts this instance.
|
|
ThreadPool ( |
Initializes a new instance of the ThreadPool class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public QueueWorkItem ( System.Action action ) : void | ||
action | System.Action | The work item to queue. |
return | void |
public ThreadPool ( |
||
configuration | The configuration. | |
return | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |