Property | Type | Description | |
---|---|---|---|
ImmediatelyFlush | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Enqueue ( object item ) : void | ||
PersistentQueue ( string name, string folderPath = null ) : System | ||
TryDequeue ( object &item ) : bool |
Method | Description | |
---|---|---|
AppendDequeueOp ( ) : void | ||
AppendEnqueueOp ( object mail ) : void | ||
DeleteJournal ( ) : void | ||
RecoveryFromJournal ( ) : void | ||
ResetJournal ( ) : void | ||
ResolveFilePath ( string folderPath, string fileName ) : string | ||
RestoreFromSnapshot ( ) : void | ||
TakeSnapshot ( ) : void |
public PersistentQueue ( string name, string folderPath = null ) : System | ||
name | string | |
folderPath | string | |
return | System |