The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BufferBlock<T> Constructor (DataflowBlockOptions^)
Initializes a new BufferBlock<T> with the specified DataflowBlockOptions.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
Parameters
- dataflowBlockOptions
-
Type:
System.Threading.Tasks.Dataflow::DataflowBlockOptions^
The options with which to configure this BufferBlock<T>.
| Exception | Condition |
|---|---|
| ArgumentNullException | The dataflowBlockOptions is null. |
Show: