Click or drag to resize

CommandMessage Properties

The CommandMessage type exposes the following members.

Properties
  NameDescription
Public propertyMayBeCompressed
Gets the flag whether the message may be compressed or not.
(Overrides MongoDBMessageMayBeCompressed.)
Public propertyMessageType
Gets the type of the message.
(Overrides MongoDBMessageMessageType.)
Public propertyMoreToCome
Gets or sets a value indicating whether another message immediately follows this one with no response expected.
Public propertyPostWriteAction
Gets or sets the delegate called to after the message has been written by the encoder.
Public propertyRequestId
Gets the request identifier.
Public propertyResponseExpected
Gets a value indicating whether a response is expected.
Public propertyResponseTo
Gets the response to.
Public propertySections
Gets the sections.
Top
See Also