Table of Contents

Interface IMessageEncoderPostProcessor

Namespace
MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly
MongoDB.Driver.Core.dll

Represents the changes that can be made to a message after it has been encoded.

[Obsolete("This interface will be made internal in a later release.")]
public interface IMessageEncoderPostProcessor

Methods

ChangeWriteConcernFromW0ToW1()

Changes the write concern from w0 to w1.