Click or drag to resize

CommandRequestMessage Properties

The CommandRequestMessage type exposes the following members.

Properties
  NameDescription
Public propertyMessageType
Gets the type of the message.
(Overrides MongoDBMessageMessageType.)
Public propertyRequestId
Gets the request identifier.
(Inherited from RequestMessage.)
Public propertyShouldBeSent
Gets a delegate that determines whether this message should be sent.
(Inherited from RequestMessage.)
Public propertyWasSent
Gets or sets a value indicating whether this message was sent.
(Inherited from RequestMessage.)
Public propertyWrappedMessage
Gets the wrapped message.
Top
See Also