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