C# Class NSimpleBus.Transports.RabbitMQ.QueueActivityConsumer.DeliverEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: nordbergm/NSimpleBus

Méthodes publiques

Méthode Description
DeliverEventArgs ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string queue, string routingKey, IBasicProperties properties, byte body ) : System

Method Details

DeliverEventArgs() public méthode

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
Résultat System