Delegate ClosedCallback
The callback that is invoked when the AMQP object is closed.
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public delegate void ClosedCallback(IAmqpObject sender, Error error);
Parameters
Type | Name | Description |
---|---|---|
IAmqpObject | sender | The AMQP object that is closed. |
Error | error | The AMQP Error, if any, that caused the object closure. |