Table of Contents

Enum FilterMode

Namespace
CounterpointCollective.Dataflow
Assembly
Dataflow.Composable.dll

Block means not to accept messages if the predicate does not hold. Drop means the messages are accepted (and disappear) if the predicate does not hold.

public enum FilterMode

Fields

Block = 0
Drop = 1