Table of Contents

Interface IFlowDestination<TInput>

Namespace
Pipelinez.Core.Flow
Assembly
Pipelinez.dll

Defines a destination that can accept input from an upstream flow source.

public interface IFlowDestination<TInput>

Type Parameters

TInput

The 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.