Click or drag to resize
QueryMessageBinaryEncoderReadMessage 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 QueryMessage ReadMessage()

Return Value

Type: QueryMessage
A message.
See Also