Table of Contents

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 CollectionNamespace

The collection namespace.

updates BatchableSource<UpdateRequest>

The updates.

messageEncoderSettings MessageEncoderSettings

The message encoder settings.