BroadcastBlock<T> Constructor (Func<T, T>^)

 

Initializes the BroadcastBlock<T> with the specified cloning function.

Namespace:   System.Threading.Tasks.Dataflow
Assembly:  System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)

public:
BroadcastBlock(
	Func<T, T>^ cloningFunction
)

Parameters

cloningFunction
Type: System::Func<T, T>^

The function to use to clone the data when offered to other blocks.

Return to top
Show: