Class DataFlowJoinTarget<TInput>
A target block base implementation
Inheritance
object
DataFlowJoinTarget<TInput>
Implements
IDataFlowDestination<TInput>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public abstract class DataFlowJoinTarget<TInput> : DataFlowComponent, ILoggableTask, IDataFlowLogging, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent
Type Parameters
Name | Description |
---|---|
TInput | Type of ingoing data |
Properties
TargetBlock
TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
Declaration
public virtual ITargetBlock<TInput> TargetBlock { get; }
Property Value
Type | Description |
---|---|
ITargetBlock<><TInput> |
Methods
CreateLinkInInternalFlow(DataFlowComponent)
Declaration
protected void CreateLinkInInternalFlow(DataFlowComponent successor)
Parameters
Type | Name | Description |
---|---|---|
DataFlowComponent | successor |