IDataflowBlock Interface
.NET Framework (current version)
Represents a dataflow block.
Namespace: System.Threading.Tasks.Dataflow
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
The IDataflowBlock type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Completion | Gets a Task that represents the asynchronous operation and completion of the dataflow block. |
Note |
|---|
The TPL Dataflow Library (System.Threading.Tasks.Dataflow namespace) is not distributed with the .NET Framework 4.5. To install the System.Threading.Tasks.Dataflow namespace, open your project in Visual Studio 2012, choose Manage NuGet Packages from the Project menu, and search online for the Microsoft.Tpl.Dataflow package. |
Show:



Note