TryPopRange Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ConcurrentStack<(Of <(T>)>)..::.TryPopRange Method |
| ConcurrentStack<(Of <(T>)>) Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| TryPopRange(array<T>[]()[]) |
Attempts to pop and return multiple objects from the top of the ConcurrentStack<(Of <(T>)>)
atomically.
| |
| TryPopRange(array<T>[]()[], Int32, Int32) |
Attempts to pop and return multiple objects from the top of the ConcurrentStack<(Of <(T>)>)
atomically.
|