3 references to Unbounded
System.Threading.Tasks.Dataflow (3)
Base\DataflowLinkOptions.cs (3)
51/// that provide an upper bound. This field is a constant tied to <see cref="DataflowLinkOptions.Unbounded"/>. 58private int _maxNumberOfMessages = Unbounded; 97if (value < 1 && value != Unbounded) throw new ArgumentOutOfRangeException(nameof(value));