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
IO
- Inheritance
-
NotifyingPropagatorBlock<I, O>
- Implements
-
IPropagatorBlock<I, O>ISourceBlock<O>ITargetBlock<I>
- Inherited Members
- Extension Methods
Constructors
NotifyingPropagatorBlock(IPropagatorBlock<I, O>, ConfigureHooks<O>)
public NotifyingPropagatorBlock(IPropagatorBlock<I, O> inner, ConfigureHooks<O> hooks)
Parameters
innerIPropagatorBlock<I, O>hooksConfigureHooks<O>