1 write to _updateThrottler
Microsoft.ML.AutoML.Interactive (1)
NotebookMonitor.cs (1)
31
_updateThrottler
= new ActionThrottler(Update, TimeSpan.FromSeconds(5));
1 reference to _updateThrottler
Microsoft.ML.AutoML.Interactive (1)
NotebookMonitor.cs (1)
74
Task.Run(async () => await
_updateThrottler
.ExecuteAsync());