EventArgs
| Flags | Type | Name | Summary |
|---|---|---|---|
| public | IBasicProperties |
BasicProperties (rw)
|
The content header of the message. |
| public | |
Body (rw)
|
The message body. |
| public | |
ConsumerTag (rw)
|
The consumer tag of the consumer that the message was delivered to. |
| public | |
DeliveryTag (rw)
|
The delivery tag for this delivery. See IModel.BasicAck. |
| public | |
Exchange (rw)
|
The exchange the message was originally published to. |
| public | |
Redelivered (rw)
|
The AMQP "redelivered" flag. |
| public | |
RoutingKey (rw)
|
The routing key used when the message was originally published. |
| Flags | Name | Summary |
|---|---|---|
| public | BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
|
Constructor that fills the event's properties from its arguments. |
| public | BasicDeliverEventArgs()
|
Default constructor. |
public BasicDeliverEventArgs(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
| Parameters |
|
|---|