Method | Description | |
---|---|---|
DeliverEventArgs ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string queue, string routingKey, IBasicProperties properties, byte body ) : System |
public DeliverEventArgs ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string queue, string routingKey, IBasicProperties properties, byte body ) : System | ||
consumerTag | string | |
deliveryTag | ulong | |
redelivered | bool | |
exchange | string | |
queue | string | |
routingKey | string | |
properties | IBasicProperties | |
body | byte | |
return | System |