개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Program.cs | ||
---|---|---|
43 | 43 |
convetContext.ServiceStationUri = "http://localhost:9991/StationService"; |
44 | 44 |
#endif |
45 | 45 |
|
46 |
|
|
46 | 47 |
convert = new Service.Convert.ConvertService(convetContext); |
47 | 48 |
|
48 |
var convertFile = convert.SetFileAsync(); |
|
49 |
convertFile.Wait(); |
|
49 |
var convertFile = convert.SetFile(); |
|
50 | 50 |
|
51 |
if(convertFile.Result.Status != StatusCodeType.Completed)
|
|
51 |
if(convertFile.Status != StatusCodeType.Completed) |
|
52 | 52 |
{ |
53 | 53 |
logger.Error($"Markus.Service.ConvertProcess Error ConvertId : {convetContext.ConvertID}"); |
54 | 54 |
} |
내보내기 Unified diff