Interface IResizablePropagatorBlock<TInput, TOutput>
- Namespace
- CounterpointCollective
- Assembly
- Dataflow.Composable.dll
public interface IResizablePropagatorBlock<in TInput, out TOutput> : IPropagatorBlock<TInput, TOutput>, ISourceBlock<TOutput>, ITargetBlock<TInput>, IDataflowBlock
Type Parameters
TInputTOutput
- Inherited Members
- Extension Methods
Properties
BoundedCapacity
int BoundedCapacity { get; set; }
Property Value
Count
int Count { get; }