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);