Exemple #1
0
 private void OnBackgroundCapturedWorkload()
 {
     if (NotifyBackgroundCapturedWorkload != null)
     {
         NotifyBackgroundCapturedWorkload.Set();
     }
 }
Exemple #2
0
 private void OnBackgroundCapturedWorkload()
 {
     NotifyBackgroundCapturedWorkload?.Set();
 }