3 references to Timer
Microsoft.ML.AutoML (1)
AutoMLExperiment\IPerformanceMonitor.cs (1)
80
_timer = new
Timer
(_checkIntervalInMilliseconds);
Microsoft.ML.AutoML.Tests (1)
AutoMLExperimentTests.cs (1)
497
_timer = new System.Timers.
Timer
(_checkIntervalInMilliseconds);
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
71
public Timer(TimeSpan interval) :
this
(interval.TotalMilliseconds)