Metadata >> NuGet >> Nova.Threading.WPF

Nova.Threading.WPF

Metadata

Authors Steven Thuriot
Description Action Queuing system designed for the Nova project. Branched into this repository after growing enough to be a standalone project. Allows queuing through a manager on several queues. A queue can be created, destroyed or blocked. A blocked queue will not execute anything. Queues are built on top of .NET's dataflow library. Actions that belong to non-existant queues don't get executed. However, they can be marked to run unqueued. Metadata is easy to configure using attributes. (e.g. Blocking, Creational, ...) Action implementation is decoupled from the queuing system. A WPF specific dll has already been made.
Language en-US
LicenseUrl https://github.com/StevenThuriot/Nova.Threading/blob/master/LICENSE.md
Owners Steven Thuriot
ProjectUrl https://github.com/StevenThuriot/Nova.Threading
RequireLicenseAcceptance True
Summary Threaded action queuing system, specifically for WPF applications.
Dependencies Nova.Threading:2.1.2
Title Nova Threading - WPF
PackageSize 21846
PackageHashAlgorithm SHA512
PackageHash 8YEmrEF3Bsxn6ZeQiTdaivm4cwF0XTT31qqlqL+EDCm8V3N2CXtdOx7p/eQYvaftFJYQGQfRl24SmbCRIokhyQ==
DownloadCount 000000
CreatedDate 2013-10-15T16:58:39

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nova.Threading.WPF -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nova.Threading.WPF -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Nova.Threading.WPF
Installing the package (HTTP Basic authentication):
Install-Package Nova.Threading.WPF -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nova.Threading.WPF -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Nova.Threading.WPF

OpenWrap

Installing the package:
o add-wrap Nova.Threading.WPF
Uninstalling the package:
o remove-wrap Nova.Threading.WPF

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.3.1
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0