C# Class NServiceBus.InMemorySynchronizedStorageSession

Inheritance: CompletableSynchronizedStorageSession
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

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

Method Details

CompleteAsync() public method

public CompleteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

Enlist() public method

public Enlist ( System.Action action ) : void
action System.Action
return void

InMemorySynchronizedStorageSession() public method

public InMemorySynchronizedStorageSession ( ) : System
return System

InMemorySynchronizedStorageSession() public method

public InMemorySynchronizedStorageSession ( InMemoryTransaction transaction ) : System
transaction InMemoryTransaction
return System