Table of Contents

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<CoalescingQueue> ConfigureDispatching { get; set; }

Property Value

Action<CoalescingQueue>