AsyncTask 3.0.15
.NET 6.0
.NET Core 3.1
.NET Standard 2.0
.NET Framework 4.5
dotnet add package AsyncTask --version 3.0.15
NuGet\Install-Package AsyncTask -Version 3.0.15
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="AsyncTask" Version="3.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncTask --version 3.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsyncTask, 3.0.15"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AsyncTask as a Cake Addin
#addin nuget:?package=AsyncTask&version=3.0.15
// Install AsyncTask as a Cake Tool
#tool nuget:?package=AsyncTask&version=3.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Asyncronous Task API
Model-View-Controller / Adapter Dynamically Linked Library (MVC/A DLL)
Task-based Asynchronous Pattern (TAP)
- CREATED BY: Latency McLaughlin
- FRAMEWORK: .NET v4.5 - v6.0, & Core v3.1
- LANGUAGE: C# (v10.0)
- GFX SUBSYS: WPF
- SUPPORTS: Visual Studio 2022, 2019, 2017, 2015, 2013, 2012, 2010, 2008
- UPDATED: 08/06/2021
- VERSION: 3.0.15
- TAGS: API, TAP, TPL, ORM, MVC, AMI, .NET, C#, WPF, Parametric Polymorphism
Callback support for the following delegates:
- OnAdd
- OnRemove
- OnComplete
- OnError
- OnCanceled
- OnTick
- OnTimeout
This API has several benefits, such as:
-- AsyncTask helps you to know exactly what your code does.
- Removes pitfalls, anti-patterns, and programming mistakes.
- Eliminate code redundancy.
- Reusable functional procedural code.
- Decrease RAD time.
- Optomizes performance of asynchronous code.
- Fix performance problems easily.
- Inject delegates in real time.
- Reduce boilerplate code.
-- Flexible delegate injection for any situation.
- Dependancy injection: Design patterns that implement inversion of control for resolving dependencies.
- Labmda expressions: An anonymous function that you can use to create delegates or expression tree types and supersede anonymous methods for writing inline code.
- Anonymous methods: Constructs a way to pass a code block as a delegate parameter used in building up the TaskEvent class.
- Generic types: Independant type parameters act as a placeholder for a specific type that a client specifies when they instantiate a variable of the generic type.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- Microsoft.Extensions.Logging (>= 6.0.0-preview.5.21301.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Synchronization context change from async to sync.