Exemplo n.º 1
0
 private void EraseDiscThread()
 {
     fActiveRecorder.OpenExclusive();
     try
     {
         fActiveRecorder.Erase(fFullErase);
     }
     finally
     {
         fActiveRecorder.Close();
     }
     fIsErasing = false;
     fMessageQueue.BeginInvoke(new NotifyCompletionStatus(fMessageQueue.OnEraseComplete), new object[] { (uint)0 });
 }
Exemplo n.º 2
0
 public void NotifyPnPActivity()
 {
     fOwner.BeginInvoke(new NotifyPnPActivity(fOwner.OnRecorderChange));
 }