| IInputChannelCreateRecordReader Method |
Creates a
RecordReaderT from which the channel can read its input.
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax IRecordReader CreateRecordReader()
Function CreateRecordReader As IRecordReader
IRecordReader^ CreateRecordReader()
abstract CreateRecordReader : unit -> IRecordReader
Return Value
Type:
IRecordReaderA
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