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

Resume() public method

public Resume ( ) : Sweeper
return Sweeper
        public Sweeper Resume()
        {
            this.timer.Change(TimeSpan.FromMilliseconds(0), this.interval);

            return this;
        }