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