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.
WriteOnceBlock<T> Constructor
Initializes a newWriteOnceBlock<T> or initializes a new WriteOnceBlock<T> with the specified options.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
| Name | Description | |
|---|---|---|
![]() | WriteOnceBlock<T>(Func<T, T>^) | Initializes a new WriteOnceBlock<T>. |
![]() | WriteOnceBlock<T>(Func<T, T>^, DataflowBlockOptions^) | Initializes a new WriteOnceBlock<T> with the specified DataflowBlockOptions. |
Show:
