프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)