BatchedJoinBlock<T1, T2, T3> Constructor (Int32, GroupingDataflowBlockOptions^)
Initializes a new BatchedJoinBlock<T1, T2, T3> with the specified configuration.
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. |
Show: