Click or drag to resize
ReplyMessageJsonEncoderTDocumentReadMessage Method
Reads the message.

Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public ReplyMessage<TDocument> ReadMessage()

Return Value

Type: ReplyMessageTDocument
A message.
See Also