ThreadPool Class |
Namespace: DevelopMentor
The ThreadPool type exposes the following members.
| Name | Description | |
|---|---|---|
| ThreadPool | Initializes a new instance of the ThreadPool class. |
| Name | Description | |
|---|---|---|
| AvailableThreads | Gets Documentation in progress... | |
| DynamicThreadDecay | Gets or sets Documentation in progress... | |
| IsBackground | Gets or sets a value indicating whether Documentation in progress... | |
| IsStarted | Gets a value indicating whether Documentation in progress... | |
| MaxThreads | Gets or sets Documentation in progress... | |
| NewThreadTrigger | Gets or sets Documentation in progress... | |
| Priority | Gets or sets Documentation in progress... | |
| PropagateCallContext | Gets or sets a value indicating whether Documentation in progress... | |
| PropagateCASMarkers | Gets a value indicating whether Documentation in progress... | |
| PropagateHttpContext | Gets or sets a value indicating whether Documentation in progress... | |
| PropagateThreadPrincipal | Gets or sets a value indicating whether Documentation in progress... | |
| RequestQueueLimit | Gets or sets Documentation in progress... |
| Name | Description | |
|---|---|---|
| PostRequest(WorkRequestDelegate) | Documentation in progress... | |
| PostRequest(Delegate, Object) | Documentation in progress... | |
| PostRequest(WorkRequestDelegate, Object) | Documentation in progress... | |
| PostRequest(Delegate, Object, IWorkRequest) | Documentation in progress... | |
| PostRequest(WorkRequestDelegate, Object, IWorkRequest) | Documentation in progress... | |
| Start | Documentation in progress... | |
| Stop | Documentation in progress... | |
| StopAndWait | Documentation in progress... | |
| StopAndWait(Int32) | Documentation in progress... |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |