2 overrides of DefaultRefreshPeriod
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProvider.cs (1)
20protected override TimeSpan DefaultRefreshPeriod => options.CurrentValue.DefaultRefreshPeriod;
DnsSrvServiceEndpointProvider.cs (1)
27protected override TimeSpan DefaultRefreshPeriod => options.CurrentValue.DefaultRefreshPeriod;
1 reference to DefaultRefreshPeriod
Microsoft.Extensions.ServiceDiscovery.Dns (1)
DnsServiceEndpointProviderBase.cs (1)
112_nextRefreshPeriod = DefaultRefreshPeriod;