C# Class RabbitMQ.Client.Impl.ShutdownContinuation

显示文件 Open project: ru-sh/rabbitmq-dotnet-client Class Usage Examples

Public Properties

Property Type Description
m_cell RabbitMQ.Util.BlockingCell

Public Methods

Method Description
OnConnectionShutdown ( object sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
OnModelShutdown ( IModel sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
Wait ( ) : RabbitMQ.Client.ShutdownEventArgs
Wait ( TimeSpan timeout ) : RabbitMQ.Client.ShutdownEventArgs

Method Details

OnConnectionShutdown() public method

public OnConnectionShutdown ( object sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
sender object
reason RabbitMQ.Client.ShutdownEventArgs
return void

OnModelShutdown() public method

public OnModelShutdown ( IModel sender, RabbitMQ.Client.ShutdownEventArgs reason ) : void
sender IModel
reason RabbitMQ.Client.ShutdownEventArgs
return void

Wait() public method

public Wait ( ) : RabbitMQ.Client.ShutdownEventArgs
return RabbitMQ.Client.ShutdownEventArgs

Wait() public method

public Wait ( TimeSpan timeout ) : RabbitMQ.Client.ShutdownEventArgs
timeout TimeSpan
return RabbitMQ.Client.ShutdownEventArgs

Property Details

m_cell public_oe property

public BlockingCell,RabbitMQ.Util m_cell
return RabbitMQ.Util.BlockingCell