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