| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
IBasicProperties
|
BasicProperties
(r)
|
Retrieves the Basic-class content header properties for this message. |
| public |
byte[]
|
Body
(r)
|
Retrieves the body of this message. |
| public |
ulong
|
DeliveryTag
(r)
|
Retrieve the delivery tag for this message. See also IModel.BasicAck. |
| public |
string
|
Exchange
(r)
|
Retrieve the exchange this message was published to. |
| public |
uint
|
MessageCount
(r)
|
Retrieve the number of messages pending on the queue, excluding the message being delivered. |
| public |
bool
|
Redelivered
(r)
|
Retrieve the redelivered flag for this message. |
| public |
string
|
RoutingKey
(r)
|
Retrieve the routing key with which this message was published. |
| Flags | Name | Summary |
|---|---|---|
| public |
BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte[] body)
|
Sets the new instance's properties from the arguments passed in. |
public
BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte[] body)
| Parameters |
|
|---|