Microsoft.Azure.ServiceBus.EventProcessorHost
2.0.1-preview
See the version list below for details.
dotnet add package Microsoft.Azure.ServiceBus.EventProcessorHost --version 2.0.1-preview
NuGet\Install-Package Microsoft.Azure.ServiceBus.EventProcessorHost -Version 2.0.1-preview
<PackageReference Include="Microsoft.Azure.ServiceBus.EventProcessorHost" Version="2.0.1-preview" />
paket add Microsoft.Azure.ServiceBus.EventProcessorHost --version 2.0.1-preview
#r "nuget: Microsoft.Azure.ServiceBus.EventProcessorHost, 2.0.1-preview"
// Install Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Addin #addin nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=2.0.1-preview&prerelease // Install Microsoft.Azure.ServiceBus.EventProcessorHost as a Cake Tool #tool nuget:?package=Microsoft.Azure.ServiceBus.EventProcessorHost&version=2.0.1-preview&prerelease
Use this for EventHub distributed partition processing. For more information please visit https://go.microsoft.com/fwlink/?LinkID=403957
Product | Versions 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. |
-
- Newtonsoft.Json (>= 6.0.8)
- WindowsAzure.ServiceBus (>= 3.0.1-preview)
- WindowsAzure.Storage (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
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 |
---|---|---|
2.0.7 | 1,245 | 11/25/2015 |
2.0.6 | 1,847 | 11/3/2015 |
2.0.4 | 1,329 | 10/26/2015 |
2.0.3 | 5,579 | 9/10/2015 |
2.0.2 | 2,223 | 8/21/2015 |
2.0.1-preview | 100 | 8/16/2015 |
2.0.0 | 159 | 8/21/2015 |
2.0.0-preview | 102 | 7/29/2015 |
1.4.0 | 1,441 | 8/11/2015 |
1.2.0 | 6,678 | 6/11/2015 |
1.1.3 | 6,317 | 5/18/2015 |
1.1.2 | 5,060 | 4/11/2015 |
1.1.1 | 2,684 | 3/17/2015 |
1.1.0 | 3,472 | 1/29/2015 |
1.0.3 | 457 | 1/26/2015 |
1.0.2.1 | 2,191 | 12/18/2014 |
1.0.2 | 6,949 | 11/18/2014 |
1.0.1 | 1,082 | 11/12/2014 |
0.3.3 | 1,200 | 11/10/2014 |
0.3.2 | 882 | 10/22/2014 |
0.3.1 | 1,979 | 9/15/2014 |
0.3.0.1 | 1,279 | 7/17/2014 |
0.3.0 | 4,049 | 7/14/2014 |
Build: 2.0.50396.0
Update minimum version for all package dependencies
- Added Api support in event processor host to reset connections.
- Added SkipBlobContainerCreation switch for creation of Blob container for partition leases to happen outside of EventProcessorHost. This is useful in scenarios where you want to pass in a CloudBlobClient to EventProcessorHost which does not have permissions to create storage container. Default value for this options is false.