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