C# 클래스 Codestellation.Ether.Misc.PersistentQueue

상속: IQueue, IDisposable
파일 보기 프로젝트 열기: Codestellation/Ether 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ImmediatelyFlush bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Enqueue ( object item ) : void
PersistentQueue ( string name, string folderPath = null ) : System
TryDequeue ( object &item ) : bool

비공개 메소드들

메소드 설명
AppendDequeueOp ( ) : void
AppendEnqueueOp ( object mail ) : void
DeleteJournal ( ) : void
RecoveryFromJournal ( ) : void
ResetJournal ( ) : void
ResolveFilePath ( string folderPath, string fileName ) : string
RestoreFromSnapshot ( ) : void
TakeSnapshot ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( object item ) : void
item object
리턴 void

PersistentQueue() 공개 메소드

public PersistentQueue ( string name, string folderPath = null ) : System
name string
folderPath string
리턴 System

TryDequeue() 공개 메소드

public TryDequeue ( object &item ) : bool
item object
리턴 bool

프로퍼티 상세

ImmediatelyFlush 공개적으로 프로퍼티

public bool ImmediatelyFlush
리턴 bool