ProgressTracker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ProgressTracker : IDisposable
type ProgressTracker = class
interface IDisposable
Public Class ProgressTracker
Implements IDisposable
- Inheritance
-
ProgressTracker
- Implements
Constructors
ProgressTracker(ProgressStatus, Action<ProgressRecord>, Action<TimeSpan>, TimeSpan) | |
ProgressTracker(ProgressStatus, Action<ProgressRecord>, Action<TimeSpan>) | |
ProgressTracker(ProgressStatus) |
Methods
Dispose() | |
Dispose(Boolean) | |
Update() |