Ejemplo n.º 1
0
 void IDisposable.Dispose()
 {
     if (_count == null)
         return;
     _count.Signal();
     _count = null;
 }
Ejemplo n.º 2
0
 public Deferral(AsyncCountdownEvent count)
 {
     _count = count;
     _count.AddCount();
 }
Ejemplo n.º 3
0
 public Deferral(AsyncCountdownEvent count)
 {
     _count = count;
     _count.AddCount();
 }