InsertMessageJsonEncoderTDocumentReadMessage Method |
Reads the message.
Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncodersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public InsertMessage<TDocument> ReadMessage()
Public Function ReadMessage As InsertMessage(Of TDocument)
member ReadMessage : unit -> InsertMessage<'TDocument>
Return Value
Type:
InsertMessageTDocumentA message.
See Also