Class AutoScalingBlockExtensions
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public static class AutoScalingBlockExtensions
- Inheritance
-
AutoScalingBlockExtensions
- Inherited Members
Properties
DebugBeeps
public static bool DebugBeeps { get; set; }
Property Value
Methods
EnableAutoScaling<T>(ResizableBatchTransformBlock<T, T>, IBatchSizeStrategy, Action<BatchRunEvent<T>>?)
[SuppressMessage("Interoperability", "CA1416:Validate platform compatibility", Justification = "Non critical")]
public static void EnableAutoScaling<T>(this ResizableBatchTransformBlock<T, T> block, IBatchSizeStrategy batchSizeStrategy, Action<BatchRunEvent<T>>? onBatchRun = null)
Parameters
blockResizableBatchTransformBlock<T, T>batchSizeStrategyIBatchSizeStrategyonBatchRunAction<BatchRunEvent<T>>
Type Parameters
T