Class GuaranteedBroadcastBlockOptions
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public class GuaranteedBroadcastBlockOptions : DataflowBlockOptions
- Inheritance
-
GuaranteedBroadcastBlockOptions
- Inherited Members
Properties
BoundedCapacityMode
Whether to use the smallest or largest queue size for bounded capacity. Defaults to SmallestQueue, meaning the fastest consuming block will determine the Count.
If you set it to LargestQueue, the slowest consuming block will determine when the Count.
public GuaranteedBroadcastBlockBoundedCapacityMode BoundedCapacityMode { get; set; }