Mercury API
BlockingQueue Class
NamespacesSystem.CollectionsBlockingQueue

[Missing <summary> documentation for T:System.Collections.BlockingQueue]

Declaration Syntax
C#Visual BasicVisual C++
public class BlockingQueue : Queue
Public Class BlockingQueue _
	Inherits Queue
public ref class BlockingQueue : public Queue
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
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.)
Inheritance Hierarchy
Object
Queue
 BlockingQueue

Assembly: LLRP (Module: LLRP) Version: 1.0.0.6 (1.0.0.6)