| ManagedConcurrentQueueT Methods | 
The ManagedConcurrentQueueT generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Enqueue | 
            Add the item to the end of the queue.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
|  | TryDequeue | 
            Removes and returns the item at the front of the queue.
             | 
|  | TryPeek | 
            Peeks at the first item in the queue.
             | 
 See Also
See Also