ProcessQueue Properties |
The ProcessQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the Queue. (Inherited from Queue.) | |
| CurrentItem | Gets the ProcessQueuedItem that is currently being processed. | |
| IsSynchronized | Gets a value indicating whether access to the Queue is synchronized (thread safe). (Inherited from Queue.) | |
| SyncRoot | Gets an object that can be used to synchronize access to the Queue. (Inherited from Queue.) |