Property | Type | Description | |
---|---|---|---|
_logger | ILogger |
Method | Description | |
---|---|---|
MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks | ||
RunAsync ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
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 | |
return | int |
public MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks | ||
loggerFactory | ILoggerFactory | |
return | System.Threading.Tasks |
public abstract RunAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |