IChannelMultiInputRecordReader Interface |
Namespace: Ookii.Jumbo.Jet.Channels
The IChannelMultiInputRecordReader type exposes the following members.
This interface can be used by multi input record readers that need to know what input channel they are reading from.
If a multi input record reader implements this interface, Jumbo Jet will set the Channel property after the record reader is created. The Channel property will only be set if the reader is reading from exactly one channel.
If the record reader also implements IConfigurable, NotifyConfigurationChanged will be called after the Channel property is set.