  | 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
Syntaxpublic Func<IEnumerable<TextReader>> IntakeReaders { get; set; }Public Property IntakeReaders As Func(Of IEnumerable(Of TextReader))
	Get
	Set
Property Value
Type: 
FuncIEnumerableTextReader
See Also