Atom.AzureQueue 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Atom.AzureQueue --version 1.3.0
NuGet\Install-Package Atom.AzureQueue -Version 1.3.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="Atom.AzureQueue" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atom.AzureQueue --version 1.3.0
#r "nuget: Atom.AzureQueue, 1.3.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 Atom.AzureQueue as a Cake Addin
#addin nuget:?package=Atom.AzureQueue&version=1.3.0

// Install Atom.AzureQueue as a Cake Tool
#tool nuget:?package=Atom.AzureQueue&version=1.3.0

Base class for connecting to Azure queue.

Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Azure namespace, like if it was installed using binary assembly.

Check out GitHub for more docs and usage examples.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.2 451 8/12/2022
1.3.1 409 6/6/2022
1.3.0 761 9/14/2020
1.2.0 496 9/11/2020
1.1.0 422 9/11/2020
1.0.1 494 6/30/2020
1.0.0 486 6/29/2020

Added connection via Azure managed identities.