Table of Contents

Property PostWriteAction

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

PostWriteAction

Gets or sets the delegate called to after the message has been written by the encoder.

public Action<IMessageEncoderPostProcessor> PostWriteAction { get; set; }

Property Value

Action<IMessageEncoderPostProcessor>

The post write delegate.