TransformBlock<TInput, TOutput> Constructor
Initializes a new TransformBlock<TInput, TOutput> with the specified Func<T, TResult> and options.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
| Name | Description | |
|---|---|---|
![]() | TransformBlock<TInput, TOutput>(Func<TInput, TOutput>^) | Initializes a new TransformBlock<TInput, TOutput> with the specified Func<T, TResult>. |
![]() | TransformBlock<TInput, TOutput>(Func<TInput, TOutput>^, ExecutionDataflowBlockOptions^) | Initializes a new TransformBlock<TInput, TOutput> with the specified Func<T, TResult> and ExecutionDataflowBlockOptions. |
![]() | TransformBlock<TInput, TOutput>(Func<TInput, Task<TOutput>^>^) | Initializes a new TransformBlock<TInput, TOutput> with the specified Func<T, TResult>. |
![]() | TransformBlock<TInput, TOutput>(Func<TInput, Task<TOutput>^>^, ExecutionDataflowBlockOptions^) | Initializes a new TransformBlock<TInput, TOutput> with the specified Func<T, TResult> and ExecutionDataflowBlockOptions. |
