Interface IFlowDestination<TInput>
Defines a destination that can accept input from an upstream flow source.
public interface IFlowDestination<TInput>
Type Parameters
TInputThe type of messages accepted by the destination.
Methods
AsTargetBlock()
Gets the underlying Dataflow target block used to receive messages.
ITargetBlock<TInput> AsTargetBlock()
Returns
- ITargetBlock<TInput>
The target block that should receive linked input.