コード例 #1
0
 public void Stop()
 {
     _file.DisposeIfDisposable();
     _stoppable.StopAsync().Wait();
 }