Exemplo n.º 1
0
 /// <summary>
 /// Resumes the processing of the work queue.
 /// </summary>
 protected void ContinueProcessingWriteLogEntriesWorkQueue()
 {
     if (_backgroundWorkQueue != null)
     {
         _backgroundWorkQueue.ContinueProcessingWorkQueue();
     }
 }