TNX.ApplicationJobs.Common
1.0.2
See the version list below for details.
dotnet add package TNX.ApplicationJobs.Common --version 1.0.2
NuGet\Install-Package TNX.ApplicationJobs.Common -Version 1.0.2
<PackageReference Include="TNX.ApplicationJobs.Common" Version="1.0.2" />
paket add TNX.ApplicationJobs.Common --version 1.0.2
#r "nuget: TNX.ApplicationJobs.Common, 1.0.2"
// Install TNX.ApplicationJobs.Common as a Cake Addin #addin nuget:?package=TNX.ApplicationJobs.Common&version=1.0.2 // Install TNX.ApplicationJobs.Common as a Cake Tool #tool nuget:?package=TNX.ApplicationJobs.Common&version=1.0.2
Base classes for creating ConsoleApplications acting as a runnable Job for eny scheduling system
- ConsoleApplication
q: info@tnxconsulting.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TNX.ApplicationJobs.Common:
Package | Downloads |
---|---|
TNX.ApplicationJobs.RabbitMq
A message consumer job implementation for RabbitMQ with built-in Json serialization of messages - ConsumeMessageAsync - ConsumeMessageAsync<T> q: info@tnxconsulting.com http://www.antonioesposito.it/2018/01/19/consuming-queued-messages-with-rabbitmq-and-the-tnx-applicationjobs-lib-in-a-nutshell/ |
|
TNX.ApplicationJobs.TcpListener
ApplicationJobs Tcp listening on local port feature - Add Listen extension method on ConsoleApplication starting job host q: info@tnxconsulting.com http://www.antonioesposito.it/2018/01/16/writing-a-local-tcp-listener-with-tnx-applicationjobs-nuget-package-in-a-nutshell/ |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Support for IDisposable
- Added support for feature override of command args[] (verbose, forever, threacount)