devDept Namespace

Classes
 
Name Description
Public class Static EnumExtender Utility class to display localized text for enums.
Public class Static ImageComparison
Public class LicenseManager The license class.
Public class WorkCompletedEventArgs Provides data for the Workspace.WorkCompleted event.
Public class WorkFailedEventArgs Provides data for the Workspace.WorkFailed event.
Public class WorkManager<T> Helper class to handle WorkUnits work.
Public class WorkUnit

Base class for background working support. Overriding this class you can build a model or do your CPU intensive calculations on a separate thread keeping your application UI responsive.

Depending on the nature of the work you may need to override both the DoWork and WorkCompleted methods or only the DoWork one and provide a WorkCompletedEventHandler to be notified when the work has completed.

Public class WorkUnitEventArgs Provides data for the WorkManager<T> events.
Public class WorkUnitUserState Helper class for background working support.
Top
Name Description
Public interface ISupportWorkManager Represents an object that supports the WorkManager<T> handling.
Top
Name Description
Public enumeration workUnitStatus WorkUnit progress status during WorkManager<T> queue handling.
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition