Runs tasks without reporting any progress.

Namespace:  Gallio.Runtime.ProgressMonitoring
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class NullProgressMonitorProvider : BaseProgressMonitorProvider
Visual Basic (Declaration)
Public NotInheritable Class NullProgressMonitorProvider _
	Inherits BaseProgressMonitorProvider

Remarks

Argument validation and state changes are still noted but they do not have any outward effect.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.ProgressMonitoring..::.BaseProgressMonitorProvider
    Gallio.Runtime.ProgressMonitoring..::.NullProgressMonitorProvider

See Also