Microsoft.Azure.ServiceBus.EventProcessorHost 1.1.2

dotnet add package Microsoft.Azure.ServiceBus.EventProcessorHost --version 1.1.2
NuGet\Install-Package Microsoft.Azure.ServiceBus.EventProcessorHost -Version 1.1.2
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="Microsoft.Azure.ServiceBus.EventProcessorHost" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.ServiceBus.EventProcessorHost --version 1.1.2
#r "nuget: Microsoft.Azure.ServiceBus.EventProcessorHost, 1.1.2"
#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 Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Addin
#addin nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=1.1.2

// Install Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Tool
#tool nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=1.1.2

Use this for EventHub distributed partition processing. For more information please visit https://go.microsoft.com/fwlink/?LinkID=403957

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.ServiceBus.EventProcessorHost:

Repository Stars
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure-Samples/MyDriving
Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
Azure/azure-stream-analytics
Azure Stream Analytics
Version Downloads Last updated
1.1.2 4,224 4/11/2015
1.1.1 2,083 3/17/2015
1.1.0 3,079 1/29/2015
1.0.3 377 1/26/2015
1.0.2.1 1,824 12/18/2014
1.0.2 3,461 11/18/2014
1.0.1 533 11/12/2014
0.3.3 593 11/10/2014
0.3.2 435 10/22/2014
0.3.1 928 9/15/2014
0.3.0.1 1,109 7/17/2014
0.3.0 2,147 7/14/2014

The following fix were made in this build:
- Improve lease renewal performance by completely parallelize the lease renewal process.
- Make sure lease renewal can timeout within the interval so that lease renewal does not block other blobs.
- Improve the graceful shutdown scenario by distinguish between actively owning a lease and renewing lease during a close operation.