Table of Contents

Interface IPipelineSegment<T>

Namespace
Pipelinez.Core.Segment
Assembly
Pipelinez.dll

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

T

The 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; }

Property Value

Task