|
|
Queue
|
| Member name | Value | Description |
|---|---|---|
| Asynchronous | 0 | Processes several items in the ProcessQueueT at once on different threads, where processing order is not important. |
| Synchronous | 1 | Processes items in the ProcessQueueT one at a time on a single thread, where processing order is important. |
The QueueThreadingMode type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |