1 implementation of AddChangeToken
Microsoft.Extensions.ServiceDiscovery (1)
ServiceEndpointBuilder.cs (1)
22
public void
AddChangeToken
(IChangeToken changeToken)
3 references to AddChangeToken
Microsoft.Extensions.ServiceDiscovery (2)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
67
endpoints.
AddChangeToken
(_configuration.GetReloadToken());
72
endpoints.
AddChangeToken
(section.GetReloadToken());
Microsoft.Extensions.ServiceDiscovery.Dns (1)
DnsServiceEndpointProviderBase.cs (1)
96
endpoints.
AddChangeToken
(_lastChangeToken);