C# 클래스 Castle.Services.Transaction.TransactionScopeResourceAdapter

상속: IResource
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Commit ( ) : void

Implementors should commit the transaction on the underlying resource

Rollback ( ) : void

Implementors should rollback the transaction on the underlying resource

Start ( ) : void

Implementors should start the transaction on the underlying resource

TransactionScopeResourceAdapter ( TransactionMode mode, IsolationMode isolationMode ) : System.Transactions

Initializes a new instance of the TransactionScopeResourceAdapter class.

메소드 상세

Commit() 공개 메소드

Implementors should commit the transaction on the underlying resource
public Commit ( ) : void
리턴 void

Rollback() 공개 메소드

Implementors should rollback the transaction on the underlying resource
public Rollback ( ) : void
리턴 void

Start() 공개 메소드

Implementors should start the transaction on the underlying resource
public Start ( ) : void
리턴 void

TransactionScopeResourceAdapter() 공개 메소드

Initializes a new instance of the TransactionScopeResourceAdapter class.
public TransactionScopeResourceAdapter ( TransactionMode mode, IsolationMode isolationMode ) : System.Transactions
mode TransactionMode The mode.
isolationMode IsolationMode The isolation mode.
리턴 System.Transactions