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)
74Task.Run(async () => await _updateThrottler.ExecuteAsync());