C# Class 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
Inheritance: IDisposable
Show file Open project: mfelicio/NDomain

Public Methods

Method Description
Dispose ( ) : void
DomainTransactionScope ( string transactionId, int retryCount ) : NDomain.Bus.Transport

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DomainTransactionScope() public method

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