Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft