개정판 a4aac5fe
issue #0000 삼성전자 수정
Change-Id: Ie6b0b820b213f73cc2830c74532f90f3ac6ebafd
IIpc/WcfServer.cs | ||
---|---|---|
31 | 31 |
{ |
32 | 32 |
this.server.OnThumbnailReceived(new IpcThumbnailEventArgs(pageno,path, isLast)); |
33 | 33 |
} |
34 |
|
|
34 | 35 |
} |
35 | 36 |
|
36 | 37 |
private readonly ServiceHost host; |
... | ... | |
136 | 137 |
|
137 | 138 |
public void Stop() |
138 | 139 |
{ |
139 |
this.host.Close();
|
|
140 |
this.host.Abort();
|
|
140 | 141 |
} |
141 | 142 |
|
142 | 143 |
void IDisposable.Dispose() |
내보내기 Unified diff