BusyStateManager 1.0.0
See the version list below for details.
Install-Package BusyStateManager -Version 1.0.0
dotnet add package BusyStateManager --version 1.0.0
<PackageReference Include="BusyStateManager" Version="1.0.0" />
paket add BusyStateManager --version 1.0.0
#r "nuget: BusyStateManager, 1.0.0"
// Install BusyStateManager as a Cake Addin
#addin nuget:?package=BusyStateManager&version=1.0.0
// Install BusyStateManager as a Cake Tool
#tool nuget:?package=BusyStateManager&version=1.0.0
A Standard .Net 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 | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- MvvmLightLibsStd10 (>= 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.