AMQPChannel::startTransaction

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

AMQPChannel::startTransactionStart a transaction

Beskrivelse

public void AMQPChannel::startTransaction ( void )

Start a transaction. This method must be called on the given channel prior to calling AMQPChannel::commitTransaction() or AMQPChannel::rollbackTransaction().

Parametre

This function has no parameters.

Fejl/Undtagelser

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