コード例 #1
0
 private static void StopGlobalQueuedExecutionService()
 {
     if (_globalAbortableQueuedExecutionService != null)
     {
         _globalAbortableQueuedExecutionService.Dispose();
         _globalAbortableQueuedExecutionService = null;
     }
 }