C# Class NServiceBus.InMemoryOutboxTransaction

Inheritance: OutboxTransaction
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
Commit ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Enlist ( System.Action action ) : void
InMemoryOutboxTransaction ( ) : System

Method Details

Commit() public méthode

public Commit ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enlist() public méthode

public Enlist ( System.Action action ) : void
action System.Action
Résultat void

InMemoryOutboxTransaction() public méthode

public InMemoryOutboxTransaction ( ) : System
Résultat System