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
Initializes the BroadcastBlock<T> with the specified cloning function or initializes the BroadcastBlock<T> with the specified cloning function and options.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
| Name | Description | |
|---|---|---|
![]() | BroadcastBlock<T>(Func<T, T>^) | Initializes the BroadcastBlock<T> with the specified cloning function. |
![]() | BroadcastBlock<T>(Func<T, T>^, DataflowBlockOptions^) | Initializes the BroadcastBlock<T> with the specified cloning function and DataflowBlockOptions. |
Show:
