A progress monitor provider runs a task with progress monitoring and provides clear notification of cancelation in the form of an OperationCanceledException.

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

Syntax

C#
public interface IProgressMonitorProvider
Visual Basic (Declaration)
Public Interface IProgressMonitorProvider

See Also