BusyStateManager 1.1.0
dotnet add package BusyStateManager --version 1.1.0
NuGet\Install-Package BusyStateManager -Version 1.1.0
<PackageReference Include="BusyStateManager" Version="1.1.0" />
paket add BusyStateManager --version 1.1.0
#r "nuget: BusyStateManager, 1.1.0"
// Install BusyStateManager as a Cake Addin #addin nuget:?package=BusyStateManager&version=1.1.0 // Install BusyStateManager as a Cake Tool #tool nuget:?package=BusyStateManager&version=1.1.0
A .Net Framework library, for use in WPF, for controlling the 'Busy' state gracefully. It aims to be simple with one main class that provides a Boolean value for busy which should be used in conjunction with the Xceed Toolkit BusyIndicator or similar control. This class is responsible for managing the busy state which can be problematic if it is just being set in process because different threads can set it prior to other threads completing. This class aims to provide a better solution, namely to have this central static register of running threads, which unregister once complete, then the busy value is only set to true once the register is empty.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- CommonServiceLocator (>= 2.0.4)
- MvvmLightLibs (>= 5.4.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Switched to .Net Framework as main deployment.