.NET Framework Class Library |
BlockingCollection<(Of <(T>)>)..::.TryTakeFromAny Method |
BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
TryTakeFromAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T%) |
Attempts to remove an item from any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryTakeFromAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T%, Int32) |
Attempts to remove an item from any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryTakeFromAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T%, TimeSpan) |
Attempts to remove an item from any one of the specified
BlockingCollection<(Of <(T>)>) instances.
| |
TryTakeFromAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T%, Int32, CancellationToken) |
Attempts to remove an item from any one of the specified
BlockingCollection<(Of <(T>)>) instances.
A OperationCanceledException is thrown if the CancellationToken is
canceled.
|