Animatroller.Framework.Effect.Sweeper.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : Sweeper
return Sweeper
        public Sweeper Pause()
        {
            this.timer.Change(System.Threading.Timeout.Infinite, System.Threading.Timeout.Infinite);

            return this;
        }