Title here
Summary here
The WaitTransformation will wait for other components in the data flow before it continues to process data. Alternatively, the WaitTransformation can wait for one or more TaskCompletionSources before data can pass.
Name | Description |
---|---|
TInput | The type of ingoing data. |
Type | Name | Description |
---|---|---|
DataFlowComponent[] | dataFlowComponents |
Type | Name | Description |
---|---|---|
TaskCompletionSource<bool>[] | taskCompletionSources |
Type | Description |
---|---|
DataFlowComponent[] |
SourceBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
Type | Description |
---|---|
ISourceBlock<TInput> |
TargetBlock from the underlying TPL.Dataflow which is used as input buffer for the component.
Type | Description |
---|---|
ITargetBlock<TInput> |
Type | Description |
---|---|
TaskCompletionSource<bool>[] |
Type | Name | Description |
---|---|---|
Exception | e |