LongCount Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelEnumerable..::.LongCount Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| LongCount<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>)) |
Returns an Int64 that represents the total number of elements in a parallel sequence.
| |
| LongCount<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>)) |
Returns an Int64 that represents how many elements in a parallel sequence satisfy a condition.
|