Add Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| BlockingCollection<(Of <(T>)>)..::.Add Method |
| BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Add(T) |
Adds the item to the BlockingCollection<(Of <(T>)>).
| |
| Add(T, CancellationToken) |
Adds the item to the BlockingCollection<(Of <(T>)>).
A OperationCanceledException is thrown if the CancellationToken is
canceled.
|