Constructor RetryableUpdateCommandOperation
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
RetryableUpdateCommandOperation(CollectionNamespace, BatchableSource<UpdateRequest>, MessageEncoderSettings)
Initializes a new instance of the RetryableUpdateCommandOperation class.
public RetryableUpdateCommandOperation(CollectionNamespace collectionNamespace, BatchableSource<UpdateRequest> updates, MessageEncoderSettings messageEncoderSettings)
Parameters
collectionNamespace
CollectionNamespaceThe collection namespace.
updates
BatchableSource<UpdateRequest>The updates.
messageEncoderSettings
MessageEncoderSettingsThe message encoder settings.