Click or drag to resize

IInputChannelCreateRecordReader Method

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
IRecordReader CreateRecordReader()

Return Value

Type: IRecordReader
A RecordReaderT for the channel.
Remarks
If the task has more than one input, the record reader will combine all inputs, usually by serializing them.
See Also