TPL default constructor BufferBlock: Value of DataFlowBlockOptions

Viewed 473

If you use the default constructor to construct a TPL BufferBlock, are the DataFlowBlockOptions unbounded? In other words, what is the BoundedCapacity of the BufferBlock?

As stated in this SO answer, it's not possible to query nor change the values of the BufferBlock after construction.

1 Answers
Related