JoinBlock<T1, T2, T3> Constructor (GroupingDataflowBlockOptions^)
Initializes a new JoinBlock<T1, T2, T3>.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
Parameters
- dataflowBlockOptions
-
Type:
System.Threading.Tasks.Dataflow::GroupingDataflowBlockOptions^
The options with which to configure this JoinBlock<T1, T2>.
| Exception | Condition |
|---|---|
| ArgumentNullException | The dataflowBlockOptions is null. |
Show: