The args field contains method arguments.

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

Syntax

Visual Basic
Public ReadOnly Property Arguments As Dictionary(Of String, Object)
	Get
C#
public Dictionary<string, Object> Arguments { get; }
Visual C++
public:
property Dictionary<String^, Object^>^ Arguments {
	Dictionary<String^, Object^>^ get ();
}

See Also