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