ArcGIS.Client.Async 1.0.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package ArcGIS.Client.Async --version 1.0.5
NuGet\Install-Package ArcGIS.Client.Async -Version 1.0.5
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="ArcGIS.Client.Async" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArcGIS.Client.Async --version 1.0.5
#r "nuget: ArcGIS.Client.Async, 1.0.5"
#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 ArcGIS.Client.Async as a Cake Addin
#addin nuget:?package=ArcGIS.Client.Async&version=1.0.5

// Install ArcGIS.Client.Async as a Cake Tool
#tool nuget:?package=ArcGIS.Client.Async&version=1.0.5

Task-based extension methods that allow using async/await keywords in Visual Studio 2012/2013.

Supported APIs:
- ArcGIS API for Silverlight 3.1
- ArcGIS API for WPF 2.4

Supported platforms:
- Silverlight 5
- .NET Framework v4.0 Client Profile or higher

Add the following directive to enable extension methods (C#):
using ESRI.ArcGIS.Client.Async;

If you are using WPF - please download and install the ArcGIS API for WPF 2.4 and reference the required assemblies manually.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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

Changes:
- ESRI.ArcGIS.Client.Async namespace.

Visual Studio 2012/2013 is required for using async/await.