Click or drag to resize
BatchableSourceTGetRemainingItems Method
Gets all the remaining items that haven't been previously consumed.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public IEnumerable<T> GetRemainingItems()

Return Value

Type: IEnumerableT
The remaining items.
See Also