GetMoreMessageMessageType Property |
Gets the type of the message.
Namespace: MongoDB.Driver.Core.WireProtocol.MessagesAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic override MongoDBMessageType MessageType { get; }
Public Overrides ReadOnly Property MessageType As MongoDBMessageType
Get
abstract MessageType : MongoDBMessageType with get
override MessageType : MongoDBMessageType with get
Property Value
Type:
MongoDBMessageType
See Also