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