BatchedJoinBlock<T1, T2> Constructor (Int32)

 

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

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

public:
BatchedJoinBlock(
	int batchSize
)

Parameters

batchSize
Type: System::Int32

The number of items to group into a batch.

Exception Condition
ArgumentOutOfRangeException

The batchSize must be positive.

Return to top
Show: