C# 클래스 System.Transactions.Tests.NonMsdtcPromoterTests.PromotedTx

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Commit ( ) : void
PromotedTx ( CommittableTransaction commitTx ) : System.Diagnostics
Rollback ( ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

PromotedTx() 공개 메소드

public PromotedTx ( CommittableTransaction commitTx ) : System.Diagnostics
commitTx CommittableTransaction
리턴 System.Diagnostics

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void