Class ProgressLoggingTracker
Inheritance
ProgressLoggingTracker
Syntax
public class ProgressLoggingTracker : ProgressTracker, IProgressTracker, IContextObject, IDisposable
Constructors
ProgressLoggingTracker()
Declaration
public ProgressLoggingTracker()
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
Overrides
UpdateInfo(String)
Declaration
public override bool UpdateInfo(string taskInfo)
Parameters
Type |
Name |
Description |
String |
taskInfo |
|
Returns
Overrides
UpdateTask(String)
Declaration
public override bool UpdateTask(string taskTitle)
Parameters
Type |
Name |
Description |
String |
taskTitle |
|
Returns
Overrides