[Missing <summary> documentation for T:System.Collections.BlockingQueue]
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BlockingQueue(ICollection) | Initializes a new instance of the BlockingQueue class | |
| BlockingQueue(Int32, Single) | Initializes a new instance of the BlockingQueue class | |
| BlockingQueue(Int32) | Initializes a new instance of the BlockingQueue class | |
| BlockingQueue()()() | Initializes a new instance of the BlockingQueue class | |
| Clear()()() | (Overrides Queue.Clear()()().) | |
| Clone()()() |
Creates a shallow copy of the Queue.
(Inherited from Queue.) | |
| Close()()() | ||
| Closed | ||
| Contains(Object) |
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.) | |
| Count |
Gets the number of elements contained in the Queue.
(Inherited from Queue.) | |
| Dequeue()()() | (Overrides Queue.Dequeue()()().) | |
| Dequeue(TimeSpan) | ||
| Dequeue(Int32) | ||
| Enqueue(Object) | (Overrides Queue.Enqueue(Object).) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Overrides Object.Finalize()()().) | |
| GetEnumerator()()() |
Returns an enumerator that iterates through the Queue.
(Inherited from Queue.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSynchronized |
Gets a value indicating whether access to the Queue is synchronized (thread safe).
(Inherited from Queue.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Open()()() | ||
| Peek()()() |
Returns the object at the beginning of the Queue without removing it.
(Inherited from Queue.) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the Queue.
(Inherited from Queue.) | |
| ToArray()()() |
Copies the Queue elements to a new array.
(Inherited from Queue.) | |
| ToString()()() | (Inherited from Object.) | |
| TrimToSize()()() |
Sets the capacity to the actual number of elements in the Queue.
(Inherited from Queue.) |