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. |