Click or drag to resize

ReplyMessageJsonEncoderTDocumentWriteMessage Method

Writes the message.

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public void WriteMessage(
	ReplyMessage<TDocument> message
)

Parameters

message
Type: MongoDB.Driver.Core.WireProtocol.MessagesReplyMessageTDocument
The message.
See Also