Occurs when Rollback ok Tranasction is received.

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

Syntax

Visual Basic
Public Event RollbackTransactionEvent As AmqpEventHandler
C#
public event AmqpEventHandler RollbackTransactionEvent
Visual C++
public:
 event AmqpEventHandler^ RollbackTransactionEvent {
	void add (AmqpEventHandler^ value);
	void remove (AmqpEventHandler^ value);
}

See Also