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