BatchedJoinBlock<T1, T2, T3> Constructor (Int32, GroupingDataflowBlockOptions^)

 

Initializes a new BatchedJoinBlock<T1, T2, T3> with the specified configuration.

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

public:
BatchedJoinBlock(
	int batchSize,
	GroupingDataflowBlockOptions^ dataflowBlockOptions
)

Parameters

batchSize
Type: System::Int32

The number of items to group into a batch.

dataflowBlockOptions
Type: System.Threading.Tasks.Dataflow::GroupingDataflowBlockOptions^

The options with which to configure this BatchedJoinBlock<T1, T2>.

Exception Condition
ArgumentOutOfRangeException

The batchSize must be positive.

ArgumentNullException

The dataflowBlockOptions is null.

Return to top
Show: