C# 클래스 SenseNet.ContentRepository.Storage.TransactionScope

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnBeginTransaction void
OnCommitTransaction void
OnRollbackTransaction void
Participate void
TransactionScope System

공개 메소드들

메소드 설명
Begin ( ) : void

Begins the transaction.

Begin ( IsolationLevel isolationLevel ) : void

Begins the transaction with the specified isolation level.

Commit ( ) : void

Commits the transaction.

Rollback ( ) : void

Rollbacks the current transaction.

비공개 메소드들

메소드 설명
OnBeginTransaction ( object sender, EventArgs e ) : void
OnCommitTransaction ( object sender, EventArgs e ) : void
OnRollbackTransaction ( object sender, EventArgs e ) : void
Participate ( ITransactionParticipant participant ) : void
TransactionScope ( ) : System

메소드 상세

Begin() 공개 정적인 메소드

Begins the transaction.
public static Begin ( ) : void
리턴 void

Begin() 공개 정적인 메소드

Begins the transaction with the specified isolation level.
public static Begin ( IsolationLevel isolationLevel ) : void
isolationLevel IsolationLevel The isolation level.
리턴 void

Commit() 공개 정적인 메소드

Commits the transaction.
public static Commit ( ) : void
리턴 void

Rollback() 공개 정적인 메소드

Rollbacks the current transaction.
public static Rollback ( ) : void
리턴 void