C# Class NServiceBus.Redis.SendResourceManager

Inheritance: IEnlistmentNotification
Afficher le fichier Open project: mackie1001/NServicebus.Redis

Méthodes publiques

Méthode Description
Commit ( Enlistment enlistment ) : void
InDoubt ( Enlistment enlistment ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void
SendResourceManager ( System.Action actionOnCommit ) : System
SendResourceManager ( TransportMessage message, NServiceBus.Address address, RedisQueue queue ) : System

Method Details

Commit() public méthode

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

InDoubt() public méthode

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

Prepare() public méthode

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
Résultat void

Rollback() public méthode

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

SendResourceManager() public méthode

public SendResourceManager ( System.Action actionOnCommit ) : System
actionOnCommit System.Action
Résultat System

SendResourceManager() public méthode

public SendResourceManager ( TransportMessage message, NServiceBus.Address address, RedisQueue queue ) : System
message TransportMessage
address NServiceBus.Address
queue RedisQueue
Résultat System