Exemplo n.º 1
0
 //| <include path='docs/doc[@for="AutoResetEvent.SetAll"]/*' />
 public void SetAll()
 {
     AutoResetEventHandle.SetAll(handle);
     GC.KeepAlive(this);
 }
Exemplo n.º 2
0
 internal void SetNoGC()
 {
     AutoResetEventHandle.SetNoGC(handle);
     GC.KeepAlive(this);
 }
Exemplo n.º 3
0
 //| <include path='docs/doc[@for="AutoResetEvent.Reset"]/*' />
 public void Reset()
 {
     AutoResetEventHandle.Reset(handle);
     GC.KeepAlive(this);
 }