The type field indicates the type of the event. One of the following: "open" "close" "message" "get" "declarequeue" "declareexchange" "error" "flow" "bindqueue" "unbindqueue" "deletequeue" "deleteexchange" "cancel" "committransaction" "rollbacktransaction" "selecttransaction" "consume" "purgequeue" "recover" "reject"

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

Syntax

Visual Basic
Public ReadOnly Property Type As String
	Get
C#
public string Type { get; }
Visual C++
public:
property String^ Type {
	String^ get ();
}

See Also