ProcessQueue Class |
Namespace: Atalasoft.Imaging
The ProcessQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| ProcessQueue |
Create a instance of the ProcessQueue.
|
| 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.) |
| Name | Description | |
|---|---|---|
| Clear | Removes all objects from the Queue. (Inherited from Queue.) | |
| Clone | Creates a shallow copy of the Queue. (Inherited from Queue.) | |
| Contains | Determines whether an element is in the Queue. (Inherited from Queue.) | |
| CopyTo(Array, Int32) | Copies the Queue elements to an existing one-dimensional Array, starting at the specified array index. (Inherited from Queue.) | |
| CopyTo(ProcessQueuedItem, Int32) | Copies ProcessQueuedItems from this collection to an array. | |
| Dequeue | Remove the next item from the queue. | |
| Enqueue(Object) | Adds an object to the end of the Queue. (Inherited from Queue.) | |
| Enqueue(ProcessQueuedItem) | Add a new item into the process queue. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the Queue. (Inherited from Queue.) | |
| GetHashCode | Serves as the default hash function. (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.) | |
| Peek | Return the next item in the process queue without removing it. | |
| ToArray | Copies the Queue elements to a new array. (Inherited from Queue.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TrimToSize | Sets the capacity to the actual number of elements in the Queue. (Inherited from Queue.) |