Rediger

Del via


BatchBlock<T> Constructors

Definition

Overloads

Name Description
BatchBlock<T>(Int32)

Initializes a new BatchBlock<T> with the specified batch size.

BatchBlock<T>(Int32, GroupingDataflowBlockOptions)

Initializes a new BatchBlock<T> with the specified batch size, declining option, and block options.

BatchBlock<T>(Int32)

Source:
BatchBlock.cs
Source:
BatchBlock.cs
Source:
BatchBlock.cs
Source:
BatchBlock.cs
Source:
BatchBlock.cs
Source:
BatchBlock.cs
Source:
BatchBlock.cs

Initializes a new BatchBlock<T> with the specified batch size.

public:
 BatchBlock(int batchSize);
public BatchBlock(int batchSize);
new System.Threading.Tasks.Dataflow.BatchBlock<'T> : int -> System.Threading.Tasks.Dataf