Click or drag to resize

OrchestratorConfigIntakeReaders Property

A function returning a collection of text reader objects to supply data into the Data Conveyer intake process. Each reader corresponds to a single intake source; the first reader is assigned SourceNo=1, the second SourceNo=2, etc. Data will be read from one reader after another, in SourceNo order, either synchronously or asynchronously, depending on AsyncIntake setting. Ignored if the TextIntakeSupplier function (or applicable equivalent function) is also submitted.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public Func<IEnumerable<TextReader>> IntakeReaders { get; set; }

Property Value

Type: FuncIEnumerableTextReader
See Also