Installs CrystalQuartz panel (pluggable Qurtz.NET viewer) to .NET Core or .NET Standard application (web or self-hosted) that uses AspNetCore environment.
Installs CrystalQuartz panel (pluggable Qurtz.NET viewer) using remote scheduler provider. Note that you should set remote scheduler URI after the installation.
Installs CrystalQuartz panel (pluggable Qurtz.NET viewer) using simple scheduler provider. This approach is appropriate for scenarios where the scheduler and a web application works in the same AppDomain.
Provides the infrastructure for scheduling tasks.
Typically used areas and classes/interfaces/services:
- IScheduler, ISchedulerClient.
- InMemory: InMemoryScheduler, InMemorySchedulerClient.
- Jobs: IJob, JobBase, IFuncJob, FuncJob.
-...
More information
TPLHelper is a helper library for standardising program behaviour and control. Aimed at batch processing and extending the Task Parallel Library in .NET 4.0.