1 write to _cts
Microsoft.ML.AutoML (1)
AutoMLExperiment\IStopTrainingManager.cs (1)
66
_cts
= new CancellationTokenSource();
2 references to _cts
Microsoft.ML.AutoML (2)
AutoMLExperiment\IStopTrainingManager.cs (2)
67
_cts
.CancelAfter(timeoutInSeconds);
68
_cancellationTokenTrainingStopManager = new CancellationTokenStopTrainingManager(
_cts
.Token, channel);