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

Return Value

Type: DeleteMessage
A message.
See Also