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 |
---|---|
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
-
- 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.