Table of Contents

Class NotifyingExtensions

Namespace
CounterpointCollective.Dataflow.Notifying
Assembly
Dataflow.Composable.dll
public static class NotifyingExtensions
Inheritance
NotifyingExtensions
Inherited Members

Methods

WithNotification<T>(ISourceBlock<T>, ConfigureHooks<T>)

public static NotifyingSourceBlock<T> WithNotification<T>(this ISourceBlock<T> b, ConfigureHooks<T> c)

Parameters

b ISourceBlock<T>
c ConfigureHooks<T>

Returns

NotifyingSourceBlock<T>

Type Parameters

T

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

public static NotifyingPropagatorBlock<I, O> WithNotification<I, O>(this IPropagatorBlock<I, O> b, ConfigureHooks<O> c)

Parameters

b IPropagatorBlock<I, O>
c ConfigureHooks<O>

Returns

NotifyingPropagatorBlock<I, O>

Type Parameters

I
O