Blacker.MangaScraper.Common.Utils.FifoSemaphore.Wait C# (CSharp) Méthode

Wait() public méthode

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

Same methods

FifoSemaphore::Wait ( int milliseconds ) : bool