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
Afficher le fichier Open project: mfelicio/NDomain

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DomainTransactionScope() public méthode

public DomainTransactionScope ( string transactionId, int retryCount ) : NDomain.Bus.Transport
transactionId string
retryCount int
Résultat NDomain.Bus.Transport