프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MAX_LOG_INTERVAL | int | ||
MIN_LOG_INTERVAL | int | ||
MIN_PROGRESS_INCREMENT | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_lastLog | System.DateTime | ||
_log | log4net.ILog |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
UpdateCompletion ( int lastPct ) : void |
public InitProgress ( string operation, int iterations, int total ) : void | ||
operation | string | |
iterations | int | |
total | int | |
리턴 | void |