C# 클래스 Castle.Facilities.AutoTx.TransactionInterceptor

상속: IInterceptor, IOnBehalfAware
파일 보기 프로젝트 열기: haf/Castle.Transactions

공개 메소드들

메소드 설명
TransactionInterceptor ( IKernel kernel, ITransactionMetaInfoStore store ) : System

비공개 메소드들

메소드 설명
ForkCase ( IInvocation invocation, ICreatedTransaction txData ) : Task
IInterceptor ( IInvocation invocation ) : void
IOnBehalfAware ( ComponentModel target ) : void
Invariant ( ) : void
SynchronizedCase ( IInvocation invocation, ITransaction transaction ) : void

메소드 상세

TransactionInterceptor() 공개 메소드

public TransactionInterceptor ( IKernel kernel, ITransactionMetaInfoStore store ) : System
kernel IKernel
store ITransactionMetaInfoStore
리턴 System