Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX