Skip to content

4460ca17 e861 db41 1584 832b590c5518

Axel Kesseler edited this page Mar 1, 2023 · 14 revisions

PersistentLoggerBase.scheduler Field

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

Syntax

C#

private readonly IObservableQueue<string> scheduler

Field Value

Type: IObservableQueue(String)

Remarks

The observable queue handles all message queuing requests.

See Also

Reference

PersistentLoggerBase Class
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally