Blacker.MangaScraper.Common.Utils.FifoSemaphore.Wait C# (CSharp) Method

Wait() public method

public Wait ( ) : bool
return bool
        public bool Wait()
        {
            return Wait(Timeout.Infinite);
        }

Same methods

FifoSemaphore::Wait ( int milliseconds ) : bool