2 references to BatchSize
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (2)
146
public int BatchSize { get { return _target.
BatchSize
; } }
324
/// Triggers a batching operation even if the number of currently queued or postponed items is less than the <see cref="
BatchSize
"/>.