-
Notifications
You must be signed in to change notification settings - Fork 0
4460ca17 e861 db41 1584 832b590c5518
Axel Kesseler edited this page Mar 1, 2023
·
14 revisions
The instance of the used observable queue.
Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Persistent (in Plexdata.LogWriter.Persistent.dll) Version: 1.0.7.1
C#
private readonly IObservableQueue<string> scheduler
Type: IObservableQueue(String)
The observable queue handles all message queuing requests.
PersistentLoggerBase Class
Plexdata.LogWriter.Logging Namespace