GSF.Threading.SharedTimer.Close C# (CSharp) Method

Close() public method

Stops the timer.
public Close ( ) : void
return void
        public void Close()
        {
            Enabled = false;
        }