コード例 #1
0
ファイル: ServiceHost.cs プロジェクト: img-alc/OpiGateway.NET
 /// <summary>
 /// Stop the service, stop listening, close any sockets, and shut down
 /// </summary>
 public void Stop()
 {
     listener.StopListener().Wait();
 }