April 2017
Intermediate to advanced
628 pages
13h 46m
English

private async Task<int> ReadLog(LogType logType) { string logFilePath = String.Empty; if (logType == LogType.Main) logFilePath = @"C:\temp\Log\MainLog\taskFile.txt"; else if (logType == LogType.Backup) logFilePath = @"C:\temp\Log\BackupLog\taskFile.txt"; string enumName = Enum.GetName(typeof(LogType), ...Read now
Unlock full access