Title here
Summary here
public interface IDataFlowDestination<TInput> : IDataFlowDestination, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TInput |
TargetBlock from the underlying TPL.Dataflow which is used as output buffer for the component.
ITargetBlock<TInput> TargetBlock { get; }| Type | Description |
|---|---|
| ITargetBlock<TInput> |