IPropagatorBlock<TInput,TOutput> Interface

Definition

Represents a dataflow block that is both a target for data and a source of data.

public interface IPropagatorBlock<in TInput,out TOutput> : System.Threading.Tasks.Dataflow.ISourceBlock<out TOutput>, System.Threading.Tasks.Dataflow.ITargetBlock<in TInput>
Type Parameters
TInput

Specifies the type of data accepted by the IPropagatorBlock<TInput,TOutput>.

TOutput

Specifies the type of data supplied by the IPropagatorBlock<TInput,TOutput>.

Derived
Implements

Remarks

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.