Animatroller.Framework.LogicalDevice.OperatingHours2.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            EvaluateOpenHours();
            // No need to call the base class to output state, EvaluateOpenHours already did that via IsOpen

            this.timer.Change(0, 1000);
        }