C# 클래스 NDomain.DomainTransactionScope

Provides an message context scope for any processing that happens within a message handler. The context is available in the same thread and in the same CallContext, so asynchronous programming with the 'await' keyword will preserve the context on the continuations.
This is not related with System.Transactions.TransactionScope
상속: IDisposable
파일 보기 프로젝트 열기: mfelicio/NDomain

공개 메소드들

메소드 설명
Dispose ( ) : void
DomainTransactionScope ( string transactionId, int retryCount ) : NDomain.Bus.Transport

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DomainTransactionScope() 공개 메소드

public DomainTransactionScope ( string transactionId, int retryCount ) : NDomain.Bus.Transport
transactionId string
retryCount int
리턴 NDomain.Bus.Transport