Interface IShutdownListener
Namespace: Steeltoe.Messaging.RabbitMQ.Connection
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IShutdownListener
Methods
| Edit this page View SourceChannelShutdownCompleted(Object, RabbitMQ.Client.ShutdownEventArgs)
Declaration
void ChannelShutdownCompleted(object sender, RabbitMQ.Client.ShutdownEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
RabbitMQ.Client.ShutdownEventArgs | args |