JoinBlock<T1, T2, T3> Constructor (GroupingDataflowBlockOptions^)

 

Initializes a new JoinBlock<T1, T2, T3>.

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

public:
JoinBlock(
	GroupingDataflowBlockOptions^ dataflowBlockOptions
)

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.

Return to top
Show: