3 references to BatchSize
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (3)
114
/// of currently queued or postponed items is less than the <see cref="
BatchSize
"/>.
183
$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {
BatchSize
}, OutputCount = {OutputCountForDebugger}";
223
public int BatchSize { get { return _batchBlock.
BatchSize
; } }