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.4.1
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