The AmqpEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAmqpProperties
Gets AmqpProperties associated with the message.
Public propertyArguments
The args field contains method arguments.
Public propertyBody
The body field contains the message payload.
Public propertyIsFlowActive
Indicates that the flow is active on Flow events
Public propertyMessage
The error message associated with an error event
Public propertyType
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"

See Also