CommandRequestMessage Properties |
The CommandRequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| MayBeCompressed |
Gets the flag whether the message may be compressed or not.
(Overrides MongoDBMessageMayBeCompressed.) | |
| MessageType |
Gets the type of the message.
(Overrides MongoDBMessageMessageType.) | |
| RequestId |
Gets the request identifier.
(Inherited from RequestMessage.) | |
| ShouldBeSent |
Gets a delegate that determines whether this message should be sent.
(Inherited from RequestMessage.) | |
| WasSent |
Gets or sets a value indicating whether this message was sent.
(Inherited from RequestMessage.) | |
| WrappedMessage |
Gets the wrapped message.
|