Table of Contents

Class NotifyingPropagatorBlock<I, O>

Namespace
CounterpointCollective.Dataflow.Notifying
Assembly
Dataflow.Composable.dll
public class NotifyingPropagatorBlock<I, O> : NotifyingSourceBlock<O>, IReceivableSourceBlock<O>, IPropagatorBlock<I, O>, ISourceBlock<O>, ITargetBlock<I>, IDataflowBlock

Type Parameters

I
O
Inheritance
NotifyingPropagatorBlock<I, O>
Implements
Inherited Members
Extension Methods

Constructors

NotifyingPropagatorBlock(IPropagatorBlock<I, O>, ConfigureHooks<O>)

public NotifyingPropagatorBlock(IPropagatorBlock<I, O> inner, ConfigureHooks<O> hooks)

Parameters

inner IPropagatorBlock<I, O>
hooks ConfigureHooks<O>