Click or drag to resize

ExternalDrivenBackgroundMonitor Class

Background monitor that can be externally driven (e.g. by a timer) to set ShouldReportNow.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesExternalDrivenBackgroundMonitor
    Altaxo.Main.ServicesExternalDrivenTimeReportMonitor

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ExternalDrivenBackgroundMonitor : IExternalDrivenBackgroundMonitor, 
	IProgressMonitor, INotifyPropertyChanged, IDisposable

The ExternalDrivenBackgroundMonitor type exposes the following members.

Constructors
 NameDescription
Public methodExternalDrivenBackgroundMonitorInitializes a new instance of the ExternalDrivenBackgroundMonitor class
Top
Properties
 NameDescription
Public propertyIsDisposed 
Public propertyProgress 
Public propertyProgressAndETA 
Public propertyShouldReportNow 
Public propertyShouldSetShouldReportAutomatically If true, ShouldReportNow is set automatically every time one of the properties (Progress, Text0, Text1, ..) is read.
Public propertyStatus 
Public propertyTaskName 
Public propertyText0 
Public propertyText1 
Public propertyText2 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ExternalDrivenBackgroundMonitor
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetProgressReporter 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberNewMonitorAndReporter 
Public methodSetCancellationPendingHard 
Public methodSetCancellationPendingSoft 
Public methodSetShouldReportNow 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
Fields
 NameDescription
Protected field_shouldReport 
Top
See Also