The members of System.Collections.Concurrent.BlockingCollection<T> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Collections.Concurrent.BlockingCollection`1 class without an upper-bound. | ||
| Documentation for this section has not yet been entered. | ||
Initializes a new instance of the System.Collections.Concurrent.BlockingCollection`1 class with the specified upper-bound. | ||
| Documentation for this section has not yet been entered. |
| [read-only] | BoundedCapacity | int.
Gets the bounded capacity of this System.Collections.Concurrent.BlockingCollection`1 instance. |
| [read-only] | Count | int.
Gets the number of items contained in the System.Collections.Concurrent.BlockingCollection`1. |
| [read-only] | IsAddingCompleted | bool.
Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding. |
| [read-only] | IsCompleted | bool.
Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding and is empty. |
Add(T)Documentation for this section has not yet been entered. | ||
Add(T, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | ||
static | AddToAny(BlockingCollection<T>[], T)Documentation for this section has not yet been entered. | |
static | AddToAny(BlockingCollection<T>[], T, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | |
CompleteAdding()
| ||
CopyTo(T[], int)Documentation for this section has not yet been entered. | ||
Dispose()
| ||
GetConsumingEnumerable()
| ||
GetConsumingEnumerable(System.Threading.CancellationToken)
| ||
Take()
| ||
Take(System.Threading.CancellationToken)
| ||
static | TakeFromAny(BlockingCollection<T>[], out T)Documentation for this section has not yet been entered. | |
static | TakeFromAny(BlockingCollection<T>[], out T, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | |
ToArray()
| ||
TryAdd(T)Documentation for this section has not yet been entered. | ||
TryAdd(T, int)Documentation for this section has not yet been entered. | ||
TryAdd(T, TimeSpan)Documentation for this section has not yet been entered. | ||
TryAdd(T, int, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | ||
static | TryAddToAny(BlockingCollection<T>[], T)Documentation for this section has not yet been entered. | |
static | TryAddToAny(BlockingCollection<T>[], T, int)Documentation for this section has not yet been entered. | |
static | TryAddToAny(BlockingCollection<T>[], T, TimeSpan)Documentation for this section has not yet been entered. | |
static | TryAddToAny(BlockingCollection<T>[], T, int, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | |
TryTake(out T)Documentation for this section has not yet been entered. | ||
TryTake(out T, int)Documentation for this section has not yet been entered. | ||
TryTake(out T, TimeSpan)Documentation for this section has not yet been entered. | ||
TryTake(out T, int, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | ||
static | TryTakeFromAny(BlockingCollection<T>[], out T)Documentation for this section has not yet been entered. | |
static | TryTakeFromAny(BlockingCollection<T>[], out T, int)Documentation for this section has not yet been entered. | |
static | TryTakeFromAny(BlockingCollection<T>[], out T, TimeSpan)Documentation for this section has not yet been entered. | |
static | TryTakeFromAny(BlockingCollection<T>[], out T, int, System.Threading.CancellationToken)Documentation for this section has not yet been entered. | |
Dispose(bool)
| ||
| ICollection.CopyTo |
Copies all of the items in the System.Collections.Concurrent.BlockingCollection`1 instance to a compatible one-dimensional array, starting at the specified index of the target array. | |
| IEnumerable<T>.GetEnumerator | Documentation for this section has not yet been entered. | |
| IEnumerable.GetEnumerator |
Provides an IEnumerator for items in the collection. | |
| [read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized. |
| [read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. This property is not supported. |