개정판 1d79913e
issue #00000 error notice mail 안 되는 문제 수정
Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Program.cs | ||
---|---|---|
38 | 38 |
|
39 | 39 |
convetContext = ObjectToBytesStringConvert.BytesStringToObject<ProcessContext>(AESEncrypter.Decrypt(args[1])); |
40 | 40 |
#if PROCESS_TEST |
41 |
convetContext.ConvertID = "E00FF44FA2994A2F83D095902791B0BE";
|
|
42 |
convetContext.OriginFilePath = "http://192.168.0.67:5977/PDF/000005_app/test3.pdf";
|
|
41 |
convetContext.ConvertID = "b9dceab8fab66c765a38b3ebd6c6faae";
|
|
42 |
convetContext.OriginFilePath = "http://192.168.0.67:5977/PDF/000005_app/lockfile1.pdf";
|
|
43 | 43 |
convetContext.ServiceStationUri = "http://localhost:9991/StationService"; |
44 | 44 |
#endif |
45 | 45 |
|
... | ... | |
65 | 65 |
finally |
66 | 66 |
{ |
67 | 67 |
convert?.Dispose(); |
68 |
GC.Collect(); |
|
69 |
GC.WaitForPendingFinalizers(); |
|
70 |
GC.Collect(); |
|
71 | 68 |
#if PROCESS_TEST |
72 | 69 |
Console.ReadLine(); |
73 | 70 |
#else |
74 |
Application.Exit();
|
|
71 |
System.Environment.Exit(1);
|
|
75 | 72 |
#endif |
76 | 73 |
} |
77 | 74 |
} |
내보내기 Unified diff