Click or drag to resize
BatchableSourceTStartBatch Method
Starts a new batch.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BatchableSourceTOverflow StartBatch()

Return Value

Type: BatchableSourceTOverflow
The overflow item of the previous batch if there is one; otherwise, null.
See Also