Click or drag to resize
ReplyMessageBinaryEncoderTDocumentReadMessage Method
Reads the message.

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

Return Value

Type: ReplyMessageTDocument
A message.
See Also