Revalee.Client
2.2.0
See the version list below for details.
dotnet add package Revalee.Client --version 2.2.0
NuGet\Install-Package Revalee.Client -Version 2.2.0
<PackageReference Include="Revalee.Client" Version="2.2.0" />
paket add Revalee.Client --version 2.2.0
#r "nuget: Revalee.Client, 2.2.0"
// Install Revalee.Client as a Cake Addin #addin nuget:?package=Revalee.Client&version=2.2.0 // Install Revalee.Client as a Cake Tool #tool nuget:?package=Revalee.Client&version=2.2.0
Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code.
This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Revalee.Client:
Package | Downloads |
---|---|
Revalee.Client.Mvc
Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code. This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changes in v2.2.0:
* Added daily and hourly recurring tasks.
* Custom configuration section added to web.config.