IBatchableSourceTAllItemsWereProcessed Property |
Gets a value indicating whether all items were processed.
Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax bool AllItemsWereProcessed { get; }
ReadOnly Property AllItemsWereProcessed As Boolean
Get
abstract AllItemsWereProcessed : bool with get
Property Value
Type:
Booleantrue if all items were processed; otherwise,
false.
See Also