The BlockingQueue<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodBlockingQueue<(Of <(<'T>)>)>
Initializes a new instance of the BlockingQueue<(Of <(<'T>)>)> class

Methods

  NameDescription
Public methodAcquireLock
Acquire lock on the queue.
Public methodClear
Clears queue.
Public methodDequeue
Get item at the head of the queue.
Public methodEnqueue
Add item to the queue.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGet
Returns the element located at position i.
Public methodGetEnumerator
Returns a new enumerator.
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Public methodInsertBefore
Insert new element before indicated existing one.
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodPeek
Returns the first element of the queue without dequeuing it.
Public methodReleaseLock
Release lock on the queue.
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Number of elements in the queue.

See Also