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
collectionNamespaceCollectionNamespaceThe collection namespace.
updatesBatchableSource<UpdateRequest>The updates.
messageEncoderSettingsMessageEncoderSettingsThe message encoder settings.