AsyncTaskFactory 1.5.2
dotnet add package AsyncTaskFactory --version 1.5.2
NuGet\Install-Package AsyncTaskFactory -Version 1.5.2
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="AsyncTaskFactory" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncTaskFactory --version 1.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsyncTaskFactory, 1.5.2"
#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 AsyncTaskFactory as a Cake Addin #addin nuget:?package=AsyncTaskFactory&version=1.5.2 // Install AsyncTaskFactory as a Cake Tool #tool nuget:?package=AsyncTaskFactory&version=1.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
这个设计针对在Silverlight中经常需要对多个远程服务进行调用,而且我们可能需要让这些任务之间有固定的顺序,同时还希望能够在任务之间传递任务状态。最新版本还支持进度汇报的功能
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Silverlight | sl4 is compatible. sl5 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.