![]() |
VOOZH | about |
dotnet add package Dacier.Scheduler.Entities --version 1.7.50
NuGet\Install-Package Dacier.Scheduler.Entities -Version 1.7.50
<PackageReference Include="Dacier.Scheduler.Entities" Version="1.7.50" />
<PackageVersion Include="Dacier.Scheduler.Entities" Version="1.7.50" />Directory.Packages.props
<PackageReference Include="Dacier.Scheduler.Entities" />Project file
paket add Dacier.Scheduler.Entities --version 1.7.50
#r "nuget: Dacier.Scheduler.Entities, 1.7.50"
#:package Dacier.Scheduler.Entities@1.7.50
#addin nuget:?package=Dacier.Scheduler.Entities&version=1.7.50Install as a Cake Addin
#tool nuget:?package=Dacier.Scheduler.Entities&version=1.7.50Install as a Cake Tool
The Dacier.Scheduler.Entities package is used when to want to create a new job adapter.
There are usualy three parts to a job adapter, the job, runner and operation processor.
The Job is where you define the properties needed by your job. The base class must be Dacier.Scheduler.Job.
The Runner is the code that actually executes your job. When the Dacier Scheduler wants to run an instance of your Job it will create an instance of your Runner and pass an instance of your Job class.
Dacier provides several base classes that you can use to create your runners including:
The Operation Processor is the link between your Job class and your Runner class. Your Job class is marked with the OperationProcessor attribute to link your Job class to your OperationProcessor class. When an instance of your Job is being scheduled, calling the OperationProcessor is the last step. Your OperationProcessor can do final validation of the job properties and then it returns an instance of your Runner class.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Dacier.Scheduler.Entities:
| Package | Downloads |
|---|---|
|
Dacier.CliJobs
The Dacier.CliJobs package provides the Job representation for running CLI commands and scripts. |
|
|
Dacier.Workflows.Core
The Dacier.Workflows.Core package defines core workflow objects for the Dacier Scheduler. |
|
|
Dacier.Workflows.PowerShell
The Dacier.Workflows.PowerShell package defines PowerShell workflow objects for the Dacier Scheduler. |
This package is not used by any popular GitHub repositories.