예제 #1
0
 private void OnShutDown(ShutDownMessage message)
 {
     // cancel the thumbnail consumer thread.
     _metaDataCancellationTokenSource.Cancel();
 }
예제 #2
0
 private void OnShutDownMessageReceived(ShutDownMessage obj)
 {
     Environment.Exit(0);
 }
예제 #3
0
 private void OnShutDown(ShutDownMessage obj)
 {
     ApplicationClosing = true;
 }
예제 #4
0
 private void OnShutDown(ShutDownMessage obj)
 {
     Environment.Exit(0);
 }