Multi | 
The MultiInputRecordReaderT type exposes the following members.
| Name | Description | |
|---|---|---|
| AddInput | Adds the specified input to be read by this record reader. | |
| AssignAdditionalPartitions | Assigns additional partitions to this record reader. | |
| CheckDisposed | Throws a ObjectDisposedException if the object has been disposed. | |
| Dispose | 
            Cleans up all resources held by this StreamRecordReader{T}.
             (Inherited from RecordReaderT)  | |
| Dispose(Boolean) | 
            Cleans up all resources associated with this MultiInputRecordReaderT.
             (Overrides RecordReaderTDispose(Boolean))  | |
| EnumerateRecords | 
            Enumerates over all the records.
             (Inherited from RecordReaderT)  | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetInput | Returns the specified input. | |
| GetInputReader(Int32) | Gets the record reader for the specified input of the current partition. | |
| GetInputReader(Int32, Int32) | Returns the record reader for the specified partition and input. | |
| GetInputReader(Int32, Int32, Boolean) | Returns the record reader for the specified partition and input. | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| NextPartition | Moves the current partition to the next partition. | |
| OnCurrentPartitionChanged | Raises the CurrentPartitionChanged event. | |
| OnCurrentPartitionChanging | Raises the CurrentPartitionChanging event. | |
| OnHasRecordsChanged | 
            Raises the HasRecordsChanged event.
             (Inherited from RecordReaderT)  | |
| ReadRecord | 
            Reads a record.
             (Inherited from RecordReaderT)  | |
| ReadRecordInternal | 
            Reads a record.
             (Inherited from RecordReaderT)  | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | |
| WaitForInputs | Waits until the specified number of inputs becomes available for all currently active partitions. |