Memo: ASP. NET platform thread safe Collection class.
|
Class |
Description |
|
BlockingCollection<T> |
Provides blocking and bounding capabilities for Thread-safe collections that implement Iproducerconsumercollection& Lt T>. |
|
Concurrentbag<T> |
Represents a Thread-safe, unordered collection of objects. |
|
Concurrentdictionary<tkey, tvalue> |
Represents a Thread-safe collection of key/value pairs that can is accessed by multiple threads concurrently. |
|
Concurrentqueue<T> |
Represents a Thread-safe first in-first out (FIFO) collection. |
|
Concurrentstack<T> |
Represents a Thread-safe last In-first out (LIFO) collection. |
|
Orderablepartitioner<TSource> |
Represents a particular manner of splitting an orderable the data source into multiple partitions. |
|
Partitioner |
Provides common partitioning strategies for arrays, lists, and Enumerables. |
|
Partitioner<TSource> |
Represents a particular manner of splitting a data source into multiple partitions. |
Parallel Programming-concurrent Collections