Click or drag to resize
BatchableSourceTEndBatch Method (IReadOnlyListT)
Called when the last batch is complete.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public void EndBatch(
	IReadOnlyList<T> batch
)

Parameters

batch
Type: System.Collections.GenericIReadOnlyListT
The batch.
See Also