Skip to main content
System.Threading.Tasks.Dataflow package icon

System.Threading.Tasks.Dataflow

TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Commonly Used Types: System.Threading.Tasks.Dataflow.ActionBlock<TInput> System.Threading.Tasks.Dataflow.BatchBlock<T> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.BroadcastBlock<T> System.Threading.Tasks.Dataflow.BufferBlock<T> System.Threading.Tasks.Dataflow.DataflowBlock System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.WriteOnceBlock<T> 00490982c7952e96a1089818467caa6fd07541b2

Total Downloads
862.1M
862,081,403
Published
Feb 26, 2018
Latest stable version

Install

.NET CLI
dotnet add package System.Threading.Tasks.Dataflow --version 4.9.0-preview1-26216-02
Package Manager Console
Install-Package System.Threading.Tasks.Dataflow -Version 4.9.0-preview1-26216-02
PackageReference
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.9.0-preview1-26216-02" />

Frameworks

.NETFramework4.5 .NETCoreApp2.0 .NETStandard1.0 .NETStandard1.1 .NETStandard2.0 .NETPortable4.5-Profile259

Dependencies

NETStandard.Library
.NETStandard1.0
[1.6.1, )
System.Dynamic.Runtime
.NETStandard1.0
[4.3.0, )
NETStandard.Library
.NETStandard1.1
[1.6.1, )
System.Dynamic.Runtime
.NETStandard1.1
[4.3.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 6 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.