Property | Type | Description | |
---|---|---|---|
MAX_LOG_INTERVAL | int | ||
MIN_LOG_INTERVAL | int | ||
MIN_PROGRESS_INCREMENT | int |
Property | Type | Description | |
---|---|---|---|
_lastLog | System.DateTime | ||
_log | log4net.ILog |
Method | Description | |
---|---|---|
End ( bool suppress ) : void | ||
InitProgress ( string operation, int iterations, int total ) : void | ||
IterationComplete ( ) : bool | ||
LogOutput ( ) : System | ||
SetHeader ( ) : void | ||
SetProgress ( int progress ) : bool | ||
WriteLine ( string format ) : void | ||
WriteRecord ( ) : void |
Method | Description | |
---|---|---|
UpdateCompletion ( int lastPct ) : void |
public InitProgress ( string operation, int iterations, int total ) : void | ||
operation | string | |
iterations | int | |
total | int | |
return | void |
protected UpdateCompletion ( int lastPct ) : void | ||
lastPct | int | |
return | void |
public static int MIN_PROGRESS_INCREMENT | ||
return | int |