Interface IPipelineSegment<T>
Defines a pipeline segment that transforms records between the source and destination.
public interface IPipelineSegment<T> : IFlowSource<PipelineContainer<T>>, IFlowDestination<PipelineContainer<T>> where T : PipelineRecord
Type Parameters
TThe pipeline record type processed by the segment.
- Inherited Members
Properties
Completion
Gets a task that completes when the segment has finished processing.
Task Completion { get; }