Method SaveUpdatesAsync
- Namespace
- MongoDB.EntityFrameworkCore.Storage
- Assembly
- MongoDB.EntityFrameworkCore.dll
SaveUpdatesAsync(IEnumerable<MongoUpdate>, CancellationToken)
Save updates to a MongoDB database asynchronously.
Task<long> SaveUpdatesAsync(IEnumerable<MongoUpdate> updates, CancellationToken cancellationToken)
Parameters
updatesIEnumerable<MongoUpdate>The updates to save to the database.
cancellationTokenCancellationToken