Blacker.MangaScraper.Common.Utils.FifoSemaphore.Wait C# (CSharp) 메소드

Wait() 공개 메소드

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

Same methods

FifoSemaphore::Wait ( int milliseconds ) : bool