Title here
Summary here
This transformation allow you to transform one row of your input data into multiple rows.
Name | Description |
---|---|
TInput | Type of ingoing data. |
TOutput | Type of outgoing data. |
Type | Name | Description |
---|---|---|
Func<TInput, IEnumerable<TOutput>> | multiplicationFunc | Sets the MultiplicationFunc |
The transformation func that produces multiple rows for each ingoing row.
Type | Description |
---|---|
Func<TInput, IEnumerable<TOutput>> |
SourceBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
Type | Description |
---|---|
ISourceBlock<TOutput> |
TargetBlock from the underlying TPL.Dataflow which is used as input buffer for the component.
Type | Description |
---|---|
ITargetBlock<TInput> |
Type | Name | Description |
---|---|---|
Exception | e |