| BackgroundThreadQueueT Methods |
The BackgroundThreadQueueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Removes all entries from the queue in a single operation.
| |
| Dispose |
See interface docs.
| |
| Dispose(Boolean) |
Disposes of or finalises the object.
| |
| Enqueue |
Adds a new item to the queue and signals the background thread that there is something to process.
| |
| EnqueueRange |
Adds many items to the queue simultaneously.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Finalises the object.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartBackgroundThread |
Creates and starts the background thread that will pop objects from the queue and process them.
| |
| Stop |
Stops processing items. Once the queue has stopped it cannot be restarted.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |