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) to .NET Core or .NET Standard application (web or self-hosted) that uses AspNetCore environment.
NOTE: This package has been deprecated. Please use Microsoft.Azure.Management.HDInsight and Microsoft.Azure.Management.HDInsight.Job packages instead. For more information, go to: http://go.microsoft.com/fwlink/p/?LinkID=785087
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.
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.
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