Class NotifyingSourceBlockHooks
- Namespace
- CounterpointCollective.Dataflow.Notifying
- Assembly
- Dataflow.Composable.dll
public record NotifyingSourceBlockHooks : IEquatable<NotifyingSourceBlockHooks>
- Inheritance
-
NotifyingSourceBlockHooks
- Implements
- Derived
- Inherited Members
Properties
ConfigureDispatching
Callback to configure the dispatching of notification events. Defaults to UseAsynchronousDispatch.
public Action<ICoalescingQueue> ConfigureDispatching { get; set; }
Property Value
- Action<ICoalescingQueue>