This method abandons all message publications and acknowledgments performed in the current transaction.

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

Syntax

Visual Basic
Public Function RollbackTx As AmqpChannel
C#
public AmqpChannel RollbackTx()
Visual C++
public:
AmqpChannel^ RollbackTx()

Return Value

AmqpChannel

See Also