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