AmqpEventArgs is dispatched to event listeners and callback functions registered when using AmqpClient and AmqpChannel.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Class AmqpEventArgs
C#
public class AmqpEventArgs
Visual C++
public ref class AmqpEventArgs

Inheritance Hierarchy

System..::..Object
  Kaazing.AMQP..::..AmqpEventArgs

See Also