Interface IBatchSizeStrategy
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public interface IBatchSizeStrategy
Properties
BatchSize
int BatchSize { get; }
Property Value
DebugView
object DebugView { get; }
Property Value
Methods
UpdateBatchSize(int, double)
int UpdateBatchSize(int batchSize, double totalRunMillis)