2 references to RefreshPeriod
Microsoft.Extensions.ServiceDiscovery (2)
ServiceEndpointWatcher.cs (2)
244_pollingTimer = _timeProvider.CreateTimer(s_pollingAction, this, _options.RefreshPeriod, TimeSpan.Zero); 248_pollingTimer.Change(_options.RefreshPeriod, TimeSpan.Zero);