2 out of 3 rated this helpful - Rate this topic

System.Threading Namespaces

The System.Threading namespaces contain types that enable multithreaded programming. A child namespace provides types that simplify the work of writing concurrent and asynchronous code.

Namespace Description
System.Threading.Tasks.Dataflow The System.Threading.Tasks.Dataflow namespace provides an actor-based programming model that supports in-process message passing for coarse-grained dataflow and pipelining tasks.For more information, see Dataflow (Task Parallel Library).
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.