Class LogEvents.BackgroundTasks
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Background-task queue event-IDs (101_000s).
public static class LogEvents.BackgroundTasks
- Inheritance
-
LogEvents.BackgroundTasks
- Inherited Members
Fields
JobFailedExecuted
Job failed during execution.
public const int JobFailedExecuted = 101003
Field Value
JobSuccessfulExecuted
Job completed successfully.
public const int JobSuccessfulExecuted = 101002
Field Value
QueuedHostedServiceStarted
Queued hosted service has started.
public const int QueuedHostedServiceStarted = 101001
Field Value
QueuedHostedServiceStopped
Queued hosted service has stopped.
public const int QueuedHostedServiceStopped = 101004