C# Class System.Transactions.Tests.NonMsdtcPromoterTests.PromotedTx

Show file Open project: dotnet/corefx

Public Methods

Method Description
Commit ( ) : void
PromotedTx ( CommittableTransaction commitTx ) : System.Diagnostics
Rollback ( ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

PromotedTx() public method

public PromotedTx ( CommittableTransaction commitTx ) : System.Diagnostics
commitTx CommittableTransaction
return System.Diagnostics

Rollback() public method

public Rollback ( ) : void
return void