C# Class TestAmqpBroker.TestAmqpBroker.TxnManager

Show file Open project: Azure/azure-amqp

Public Methods

Method Description
AddCoordinator ( ReceivingAmqpLink link ) : void
GetTransaction ( ArraySegment txnId ) : Transaction
TxnManager ( ) : System

Private Methods

Method Description
CreateTransaction ( ) : int
OnMessage ( AmqpMessage message ) : void
link_Closed ( object sender, EventArgs e ) : void

Method Details

AddCoordinator() public method

public AddCoordinator ( ReceivingAmqpLink link ) : void
link ReceivingAmqpLink
return void

GetTransaction() public method

public GetTransaction ( ArraySegment txnId ) : Transaction
txnId ArraySegment
return Transaction

TxnManager() public method

public TxnManager ( ) : System
return System