Eliassen.MessageQueueing.Hosting 0.1.85

This package has a SemVer 2.0.0 package version: 0.1.85+2.
dotnet add package Eliassen.MessageQueueing.Hosting --version 0.1.85
                    
NuGet\Install-Package Eliassen.MessageQueueing.Hosting -Version 0.1.85
                    
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="Eliassen.MessageQueueing.Hosting" Version="0.1.85" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Eliassen.MessageQueueing.Hosting" Version="0.1.85" />
                    
Directory.Packages.props
<PackageReference Include="Eliassen.MessageQueueing.Hosting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Eliassen.MessageQueueing.Hosting --version 0.1.85
                    
#r "nuget: Eliassen.MessageQueueing.Hosting, 0.1.85"
                    
#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.
#:package Eliassen.MessageQueueing.Hosting@0.1.85
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Eliassen.MessageQueueing.Hosting&version=0.1.85
                    
Install as a Cake Addin
#tool nuget:?package=Eliassen.MessageQueueing.Hosting&version=0.1.85
                    
Install as a Cake Tool

Eliassen.MessageQueueing.Hosting

MessageReceiverHost

Hosted service responsible for starting and stopping message receivers based on the configured providers.

Methods

Constructor

Initializes a new instance of the class.

Parameters
  • logger: The logger.
  • factory: The message receiver provider factory.
Dispose

Disposes of the resources used by the MessageReceiverHost.

Dispose(System.Boolean)

Disposes of the resources used by the MessageReceiverHost.

Parameters
  • disposing
StartAsync(System.Threading.CancellationToken)

Starts the message receiver host.

Parameters
  • cancellationToken: The cancellation token.
Return value

A task representing the start operation.

StopAsync(System.Threading.CancellationToken)

Stops the message receiver host.

Parameters
  • cancellationToken: The cancellation token.
Return value

A task representing the stop operation.

ServiceCollectionExtensions

Provides extension methods for configuring IoC (Inversion of Control) services to support all Message Queueing within this library.

Methods

TryAddMessageQueueingHosting(Microsoft.Extensions.DependencyInjection.IServiceCollection)

Add IOC configurations to support all Message Queueing within this library.

Parameters
  • services
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Eliassen.MessageQueueing.Hosting:

Package Downloads
Eliassen.Common.Hosting

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.85 72 10/10/2024
0.1.84 57 10/10/2024
0.1.83 58 9/27/2024
0.1.82 168 8/23/2024
0.1.81 148 8/1/2024
0.1.81-dev-gh-pipline.3 65 8/1/2024