TransformManyBlock<TInput, TOutput>
TransformManyBlock(Func<TInput, IAsyncEnumerable<TOutput>>)
TransformManyBlock(Func<TInput, IEnumerable<TOutput>>)
TransformManyBlock(Func<TInput, Task<IEnumerable<TOutput>>>)
TransformManyBlock(Func<TInput, IAsyncEnumerable<TOutput>>, ExecutionDataflowBlockOptions)
TransformManyBlock(Func<TInput, IEnumerable<TOutput>>, ExecutionDataflowBlockOptions)
TransformManyBlock(Func<TInput, Task<IEnumerable<TOutput>>>, ExecutionDataflowBlockOptions)
Completion
InputCount
OutputCount
Complete()
LinkTo(ITargetBlock<TOutput>, DataflowLinkOptions)
ToString()
TryReceive(Predicate<TOutput>, TOutput)
TryReceiveAll(IList<TOutput>)
net11.0
namespace System.Threading.Tasks.Dataflow
{
public sealed class TransformManyBlock<TInput, TOutput> : IDataflowBlock, IPropagatorBlock<TInput, TOutput>, IReceivableSourceBlock<TOutput>, ISourceBlock<TOutput>, ITargetBlock<TInput>
{
public TransformManyBlock(Func<TInput, IAsyncEnumerable<TOutput>!>! transform);
}
}
| .NET | 7.08.09.010.011.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | System.Threading.Tasks.Dataflow , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API