Click or drag to resize

MongoDBMessageType Enumeration

Represents the type of message.

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public enum MongoDBMessageType
Members
  Member nameValueDescription
Delete0 OP_DELETE
GetMore1 OP_GETMORE
Insert2 OP_INSERT
KillCursors3 OP_KILLCURSORS
Query4 OP_QUERY
Reply5 OP_REPLY
Update6 OP_UPDATE
See Also