Table of Contents

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

TInput
TOutput
Inherited Members
Extension Methods

Properties

BoundedCapacity

int BoundedCapacity { get; set; }

Property Value

int

Count

int Count { get; }

Property Value

int