C# Class SevenDigital.Messaging.MessageSending.InMemoryQueueBridge

Simulates a PersistentQueue, but only in memory
Inheritance: IPersistentQueue
显示文件 Open project: i-e-b/SevenDigital.Messaging Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

InMemoryQueueBridge ( ) : System.Collections.Generic

Create a new memory bridge

OpenSession ( ) : IPersistentQueueSession

Start a session

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

InMemoryQueueBridge() public method

Create a new memory bridge
public InMemoryQueueBridge ( ) : System.Collections.Generic
return System.Collections.Generic

OpenSession() public method

Start a session
public OpenSession ( ) : IPersistentQueueSession
return IPersistentQueueSession