Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Persistence.Queues Namespace Reference

Classes

class  DatabaseQueue
 Queue persisted into the database. More...
 
class  DatabaseQueueCollection
 Collection of database-based persisted queues. More...
 
class  FileQueueCollection
 Manages a collection of file-based persisted queues integrated with the FilesProvider database provider. More...
 
interface  IPersistedQueueCollection
 Inteface for collections of persisted queues matching a given database provider. More...
 
class  MultiFileQueue
 Queue persisted into one or more files. More...
 
class  QueuedItem
 Represents one item in a queue. More...
 
class  SingleFileQueue
 Queue persisted into a single file. More...
 

Enumerations

enum  QueueThresholdMode
 How to handle situations where the queue file has reached its maximum size. More...
 
enum  QueueThresholdMode
 How to handle situations where the queue file has reached its maximum size. More...
 

Enumeration Type Documentation

◆ QueueThresholdMode [1/2]

How to handle situations where the queue file has reached its maximum size.

Definition at line 19 of file SingleFileQueue.cs.

◆ QueueThresholdMode [2/2]

How to handle situations where the queue file has reached its maximum size.

Definition at line 19 of file SingleFileQueue.cs.