| Flags | Type | Name | Summary |
|---|---|---|---|
| public | IBasicProperties |
BasicProperties (r)
|
Retrieves the Basic-class content header properties for this message. |
| public | |
Body (r)
|
Retrieves the body of this message. |
| public | |
DeliveryTag (r)
|
Retrieve the delivery tag for this message. See also IModel.BasicAck. |
| public | |
Exchange (r)
|
Retrieve the exchange this message was published to. |
| public | |
MessageCount (r)
|
Retrieve the number of messages pending on the queue, excluding the message being delivered. |
| public | |
Redelivered (r)
|
Retrieve the redelivered flag for this message. |
| public | |
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 |
|
|---|