This method sets the channel to use standard transactions.

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

Syntax

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

Return Value

AmqpChannel

See Also