2 writes to _timer
Microsoft.ML.AutoML.Tests (2)
AutoMLExperimentTests.cs (2)
497
_timer
= new System.Timers.Timer(_checkIntervalInMilliseconds);
517
_timer
= null;
7 references to _timer
Microsoft.ML.AutoML.Tests (7)
AutoMLExperimentTests.cs (7)
495
if (
_timer
== null)
498
_timer
.Elapsed += (o, e) =>
503
_timer
.AutoReset = true;
505
_timer
.Enabled = true;
510
_timer
.Enabled = false;
515
_timer
?.Stop();
516
_timer
?.Dispose();