C# Class NServiceBus.InMemorySynchronizedStorageSession

Inheritance: CompletableSynchronizedStorageSession
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
CompleteAsync ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Enlist ( System.Action action ) : void
InMemorySynchronizedStorageSession ( ) : System
InMemorySynchronizedStorageSession ( InMemoryTransaction transaction ) : System

Method Details

CompleteAsync() public méthode

public CompleteAsync ( ) : 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

InMemorySynchronizedStorageSession() public méthode

public InMemorySynchronizedStorageSession ( ) : System
Résultat System

InMemorySynchronizedStorageSession() public méthode

public InMemorySynchronizedStorageSession ( InMemoryTransaction transaction ) : System
transaction InMemoryTransaction
Résultat System