Title here
Summary here
A target block that serves as a destination for components that can have multiple inputs.
public sealed class JoinTarget<TInput> : DataFlowJoinTarget<TInput>, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
Name | Description |
---|---|
TInput | Type of ingoing data |
public JoinTarget(DataFlowComponent attachedSuccessor, Action<TInput> action)
Type | Name | Description |
---|---|---|
DataFlowComponent | attachedSuccessor | |
Action<TInput> | action |
TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
public override ITargetBlock<TInput> TargetBlock { get; }
Type | Description |
---|---|
ITargetBlock<TInput> |
protected override void CheckParameter()
protected override void CleanUpOnFaulted(Exception e)
Type | Name | Description |
---|---|---|
Exception | e |
protected override void CleanUpOnSuccess()
protected override void InitComponent()