Ejemplo n.º 1
0
 private IEnumerable<Event> TestResourceReleaseAfterInterruptInterruptor(Environment env, Process proc)
 {
     proc.Interrupt();
       yield break;
 }
Ejemplo n.º 2
0
 private IEnumerable<Event> TestResourceContinueAfterInterruptWaitingInterruptor(Environment env, Process proc)
 {
     proc.Interrupt();
       yield break;
 }