프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_logger | ILogger |
메소드 | 설명 | |
---|---|---|
MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks | ||
RunAsync ( ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
CalculateProgress ( long total, long completed, int startProgress, int endProgress = 100 ) : int |
protected CalculateProgress ( long total, long completed, int startProgress, int endProgress = 100 ) : int | ||
total | long | |
completed | long | |
startProgress | int | |
endProgress | int | |
리턴 | int |
public MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks | ||
loggerFactory | ILoggerFactory | |
리턴 | System.Threading.Tasks |
public abstract RunAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |