Table of Contents

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

bool

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

block ResizableBatchTransformBlock<T, T>
batchSizeStrategy IBatchSizeStrategy
onBatchRun Action<BatchRunEvent<T>>

Type Parameters

T