The BlockingQueue<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BlockingQueue<(Of <(<'T>)>)> | Initializes a new instance of the BlockingQueue<(Of <(<'T>)>)> class |
Methods
Name | Description | |
---|---|---|
![]() | AcquireLock |
Acquire lock on the queue.
|
![]() | Clear |
Clears queue.
|
![]() | Dequeue |
Get item at the head of the queue.
|
![]() | Enqueue |
Add item to the queue.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | 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.) |
![]() | Get |
Returns the element located at position i.
|
![]() | GetEnumerator |
Returns a new enumerator.
|
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | InsertBefore |
Insert new element before indicated existing one.
|
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | Peek |
Returns the first element of the queue without dequeuing it.
|
![]() | ReleaseLock |
Release lock on the queue.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Number of elements in the queue.
|