This method commits 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 CommitTx As AmqpChannel
C#
public AmqpChannel CommitTx()
Visual C++
public:
AmqpChannel^ CommitTx()

Return Value

AmqpChannel

See Also