System.Utility.Commons.JobEngine.dll 1.0.0.3

Requires NuGet 2.0 or higher.

dotnet add package System.Utility.Commons.JobEngine.dll --version 1.0.0.3
NuGet\Install-Package System.Utility.Commons.JobEngine.dll -Version 1.0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Utility.Commons.JobEngine.dll" Version="1.0.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Utility.Commons.JobEngine.dll --version 1.0.0.3
#r "nuget: System.Utility.Commons.JobEngine.dll, 1.0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Utility.Commons.JobEngine.dll as a Cake Addin
#addin nuget:?package=System.Utility.Commons.JobEngine.dll&version=1.0.0.3

// Install System.Utility.Commons.JobEngine.dll as a Cake Tool
#tool nuget:?package=System.Utility.Commons.JobEngine.dll&version=1.0.0.3

作业任务调度框架引擎组件
具有以下特性:
1、多线程并发运行多个作业任务
2、日志记录调度器监听、作业任务监听
3、支持cron表达式
4、实现简单集成服务
如:
   public partial class Service1 : JobEngineServiceBase
   {
         public Service1()
         {
               InitializeComponent();
         }
   }

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.3 1,160 4/12/2017
1.0.0.2 1,202 11/2/2016
1.0.0.1 998 10/28/2016
1.0.0 967 10/26/2016