Interface IDataFlowDestination<TInput>

Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public interface IDataFlowDestination<TInput> : IDataFlowDestination, IDataFlowComponent, ILoggableTask
Type Parameters
NameDescription
TInput

Properties

TargetBlock

TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.

Declaration
    ITargetBlock<TInput> TargetBlock { get; }
Property Value
TypeDescription
ITargetBlock<TInput>