System.Threading.Tasks
Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.
Total Downloads
3.9B
3,859,925,895
Published
Nov 15, 2016
Latest stable version
Install
.NET CLI
dotnet add package System.Threading.Tasks --version 4.3.0
Package Manager Console
Install-Package System.Threading.Tasks -Version 4.3.0
PackageReference
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
Frameworks
Dependencies
Microsoft.NETCore.Platforms
[1.1.0, )
.NETCore5.0
Microsoft.NETCore.Targets
[1.1.0, )
.NETCore5.0
System.Runtime
[4.3.0, )
.NETCore5.0
Microsoft.NETCore.Platforms
[1.1.0, )
.NETStandard1.0
Microsoft.NETCore.Targets
[1.1.0, )
.NETStandard1.0
System.Runtime
[4.3.0, )
.NETStandard1.0
Microsoft.NETCore.Platforms
[1.1.0, )
.NETStandard1.3
Microsoft.NETCore.Targets
[1.1.0, )
.NETStandard1.3
System.Runtime
[4.3.0, )
.NETStandard1.3