Title here
Summary here
A target block base implementation
public abstract class DataFlowJoinTarget<TInput> : DataFlowComponent, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TInput | Type of ingoing data |
TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
public virtual ITargetBlock<TInput> TargetBlock { get; }| Type | Description |
|---|---|
| ITargetBlock<TInput> |
protected void CreateLinkInInternalFlow(DataFlowComponent successor)| Type | Name | Description |
|---|---|---|
| DataFlowComponent | successor |