Microsoft.Azure.ServiceBus.EventProcessorHost 3.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Azure.Messaging.EventHubs.Processor

Additional Details

Please note, this package is obsolete and will no longer be maintained after 9/30/2026. Microsoft encourages you to upgrade to the replacement package, Azure.Messaging.EventHubs.Processor, to continue receiving updates. Refer to the migration guide (https://aka.ms/azsdk/net/migrate/eh) for guidance on upgrading. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.ServiceBus.EventProcessorHost --version 3.1.0
NuGet\Install-Package Microsoft.Azure.ServiceBus.EventProcessorHost -Version 3.1.0
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="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.ServiceBus.EventProcessorHost --version 3.1.0
#r "nuget: Microsoft.Azure.ServiceBus.EventProcessorHost, 3.1.0"
#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=3.1.0

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

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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Microsoft.Azure.ServiceBus.EventProcessorHost:

Package Downloads
Cqrs.Azure.EventHub

Use Azure EventHubs as a message, event or command bus in CQRS.NET

Cqrs.Azure.ServiceBusHub

Use Azure EventHubs as a message, event or command bus in CQRS.NET

VowpalWabbit.Azure

Official Vowpal Wabbit library including C# interface

MathWorks.MathWorksAzure

has some MPS utilties

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 65,791 6/8/2021
5.0.0 237,205 8/29/2019
4.0.0 629,681 7/7/2018
3.1.5 980,440 11/6/2017
3.1.4 42,583 10/31/2017
3.1.2 311,418 7/22/2017
3.1.1 201,887 5/25/2017
3.1.0 26,003 5/16/2017
3.0.0 180,984 3/17/2017
2.2.10 5,435,351 1/24/2017
2.2.8 131,271 12/2/2016
2.2.7 22,144 11/18/2016
2.2.6 157,056 9/22/2016
2.2.5 109,995 7/26/2016
2.2.4 148,909 7/4/2016
2.2.2 29,851 6/21/2016
2.2.1 64,319 5/24/2016
2.2.0 18,501 5/9/2016
2.1.5 39,878 4/7/2016
2.1.3 53,796 2/19/2016
2.1.2 32,542 1/29/2016
2.1.1 5,013 1/27/2016
2.1.0 16,440 12/8/2015
2.0.7 13,028 11/25/2015
2.0.6 12,189 11/3/2015
2.0.4 5,662 10/26/2015
2.0.3 37,107 9/10/2015
2.0.2 18,949 8/21/2015
2.0.1-preview 3,460 8/16/2015
2.0.0 7,519 8/21/2015
2.0.0-preview 3,543 7/29/2015
1.4.0 46,104 8/11/2015
1.2.0 57,221 6/11/2015
1.1.3 14,815 5/18/2015
1.1.2 33,893 4/11/2015
1.1.1 16,480 3/17/2015
1.1.0 19,368 1/29/2015
1.0.3 4,497 1/26/2015
1.0.2.1 11,121 12/18/2014
1.0.2 11,907 11/18/2014
1.0.1 5,143 11/12/2014
0.3.3 5,088 11/10/2014
0.3.2 4,835 10/22/2014
0.3.1 7,683 9/15/2014
0.3.0.1 6,178 7/17/2014
0.3.0 11,652 7/14/2014

Build: 3.0.50870.4
• Fixed a race which can cause a stuck on receive call.
• Fixed an issue that the ownership of a partition is not released when it fails to renew a lease.
• Fixed TCP connection leak which can happen if an incorrect IoT hub connection string is used for Event Processor Host.