Microsoft.Azure.WebJobs.Core
1.1.2
Install-Package Microsoft.Azure.WebJobs.Core -Version 1.1.2
dotnet add package Microsoft.Azure.WebJobs.Core --version 1.1.2
<PackageReference Include="Microsoft.Azure.WebJobs.Core" Version="1.1.2" />
paket add Microsoft.Azure.WebJobs.Core --version 1.1.2
#r "nuget: Microsoft.Azure.WebJobs.Core, 1.1.2"
// Install Microsoft.Azure.WebJobs.Core as a Cake Addin
#addin nuget:?package=Microsoft.Azure.WebJobs.Core&version=1.1.2
// Install Microsoft.Azure.WebJobs.Core as a Cake Tool
#tool nuget:?package=Microsoft.Azure.WebJobs.Core&version=1.1.2
This library simplifies the task of adding background processing to your Microsoft Azure Web Sites. The SDK uses Microsoft Azure Storage, triggering a function in your program when items are added to Queues and Blobs. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. For more information, please visit https://go.microsoft.com/fwlink/?LinkID=320971
| Product | Versions |
|---|---|
| .NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Azure.WebJobs.Core:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.WebJobs
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Host. It also adds rich diagnostics capabilities which makes it easier to monitor the WebJobs in the dashboard. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971 |