| Table of Contents
|
public class ProcessingQueue<T>
| Visibility | Description |
|---|---|
| Public | ProcessingQueue(Action<T,Action> handler, int maxParallelism, IDispatchQueue dispatchQueue) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T,Action> handler, IDispatchQueue dispatchQueue) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T,Action> handler, int maxParallelism) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T,Action> handler) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T> handler, int maxParallelism, IDispatchQueue dispatchQueue) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T> handler, IDispatchQueue dispatchQueue) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T> handler, int maxParallelism) Create an instance of the work queue. |
| Public | ProcessingQueue(Action<T> handler) Create an instance of the work queue. |
| Visibility | Description |
|---|---|
| Public | TryEnqueue(T item) Try to queue a work item for dispatch. |
| Public | TryDequeue(out T item) This method is not supported and throws System.NotSupportedException. |
| Public | Dispose() Release the resources reserved by the work queue from the global thread pool. |
| Public | ToString() (Inherited from Object) |
| Public | Equals(object obj) (Inherited from Object) |
| Public | GetHashCode() (Inherited from Object) |
| Public | GetType() (Inherited from Object) |
| Protected | MemberwiseClone() (Inherited from Object) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by