MongoDBMessageMessageType Property |
Gets the type of the message.
Namespace: MongoDB.Driver.Core.WireProtocol.MessagesAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public abstract MongoDBMessageType MessageType { get; }
Public MustOverride ReadOnly Property MessageType As MongoDBMessageType
Get
abstract MessageType : MongoDBMessageType with get
Property Value
Type:
MongoDBMessageTypeSee Also