AmqpArguments is a table of optional arguments for AMQP commands

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

Syntax

Visual Basic
Public Class AmqpArguments _
	Inherits List(Of Object)
C#
public class AmqpArguments : List<Object>
Visual C++
public ref class AmqpArguments : public List<Object^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'Object>)>)>
    Kaazing.AMQP..::..AmqpArguments

See Also