System.Threading.Tasks 4.0.0-beta-23109
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
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>System.Threading.Tasks</id>
<version>4.0.0-beta-23109</version>
<title>System.Threading.Tasks</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>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</description>
<summary>Provides types that simplify the work of writing concurrent and asynchronous code.</summary>
<copyright>Copyright © Microsoft Corporation</copyright>
<dependencies>
<group targetFramework=".NETPlatform5.0">
<dependency id="System.Runtime" version="4.0.0-beta-23109" />
</group>
<group targetFramework="Windows8.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework="WindowsPhone8.0" />
<group targetFramework="WindowsPhoneApp8.1" />
<group targetFramework=".NETCore5.0">
<dependency id="System.Runtime" version="4.0.0-beta-23109" />
</group>
</dependencies>
</metadata>
</package>