/// <inheritdoc/> public override bool Wait() { return(Native.WaitForSingleObject(eventHandle, Native.Infinite) != 0); }
/// <inheritdoc/> public override bool Signal() { return(Native.SetEvent(eventHandle)); }