SimpleDataflow<T>.LinkTo<TNext> method

Links the specified block to the pipeline.

public SimpleDataflow<TNext> LinkTo<TNext>(IPropagatorBlock<T, TNext> newOutput)

See Also