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