C# 클래스 SevenDigital.Messaging.MessageSending.InMemoryQueueBridge

Simulates a PersistentQueue, but only in memory
상속: IPersistentQueue
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

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

InMemoryQueueBridge() 공개 메소드

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

OpenSession() 공개 메소드

Start a session
public OpenSession ( ) : IPersistentQueueSession
리턴 IPersistentQueueSession