BatchBlock<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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