AccidentalFish.ApplicationSupport.Core.Threading.Implementation.ManualResetEventWaitHandle.Wait C# (CSharp) Метод

Wait() публичный Метод

public Wait ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
Результат bool
        public bool Wait(TimeSpan timeout)
        {
            return _manualResetEvent.WaitOne(timeout);
        }

Same methods

ManualResetEventWaitHandle::Wait ( int timeout ) : bool