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
bISourceBlock<T>cConfigureHooks<T>
Returns
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
bIPropagatorBlock<I, O>cConfigureHooks<O>
Returns
- NotifyingPropagatorBlock<I, O>
Type Parameters
IO