Table of Contents

Class PipelineRecord

Namespace
Pipelinez.Core.Record
Assembly
Pipelinez.dll

Base class for records that flow through a Pipelinez pipeline.

public abstract class PipelineRecord
Inheritance
PipelineRecord
Inherited Members

Properties

Headers

Gets the headers associated with the record.

public IList<PipelineRecordHeader> Headers { get; }

Property Value

IList<PipelineRecordHeader>