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

Inheritance: System.EventArgs
显示文件 Open project: nordbergm/NSimpleBus

Public Methods

Method Description
ModelShutdownEventArgs ( IModel model, RabbitMQ.Client.ShutdownEventArgs reason ) : System

Method Details

ModelShutdownEventArgs() public method

public ModelShutdownEventArgs ( IModel model, RabbitMQ.Client.ShutdownEventArgs reason ) : System
model IModel
reason RabbitMQ.Client.ShutdownEventArgs
return System