The methods of System.Collections.Concurrent.BlockingCollection<T> are listed below. For a list of all members, see the BlockingCollection<T> Members list.
See Also: Inherited members from System.Object
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)
| ||