| Table of Contents
|
public class BlockingQueue<T>
| Visibility | Description |
|---|---|
| Public | BlockingQueue() |
| Visibility | Description |
|---|---|
| Public | Dequeue() Blocking dequeue operation. Will not return until an item is available. |
| Public | TryDequeue(TimeSpan timeout, out T item) Attempt to dequeue an item from the queue. |
| Public | Enqueue(T data) Enqueue a new item into the queue. |
| Public | Close() Close the queue and stop it from accepting more items. |
| 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