AMQPChannel::rollbackTransaction

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

AMQPChannel::rollbackTransactionRollback a transaction

Beskrivelse

public void AMQPChannel::rollbackTransaction ( void )

Rollback an existing transaction. AMQPChannel::startTransaction() must be called prior to this.

Parametre

This function has no parameters.

Fejl/Undtagelser

Throws AMQPChannelException exception if no transaction was started prior to calling this method.

Throws AMQPConnectionException if the connection to the broker was lost.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top