GSF.PrecisionTimer.Start C# (CSharp) Method

Start() public method

Starts the PrecisionTimer.
/// The timer has already been disposed. /// /// The timer failed to start. ///
public Start ( ) : void
return void
        public void Start()
        {
            Start(EventArgs.Empty);
        }

Same methods

PrecisionTimer::Start ( EventArgs userArgs ) : void