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

Factory to create a persistent queue in a default location
상속: IOutgoingQueueFactory
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 프로퍼티들

프로퍼티 타입 설명
StoragePath string

공개 메소드들

메소드 설명
Cleanup ( ) : void

Do any cleanup after queue is disposed.

PrepareQueue ( ) : IPersistentQueue

Ensure queue exists on disk and return a locked instance

메소드 상세

Cleanup() 공개 메소드

Do any cleanup after queue is disposed.
public Cleanup ( ) : void
리턴 void

PrepareQueue() 공개 메소드

Ensure queue exists on disk and return a locked instance
public PrepareQueue ( ) : IPersistentQueue
리턴 IPersistentQueue

프로퍼티 상세

StoragePath 공개적으로 정적으로 프로퍼티

Storage location for the Persistent queue. Only one process can use each queue location at a time. This is a horrible hack. I need to think of a better way of doing this...
public static string StoragePath
리턴 string